Fix edge case: export empty calendars

This commit is contained in:
Fabrice Mouhartem 2026-01-22 14:35:42 +01:00
parent f26a3712fd
commit b2201dba5a
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ define([
module.main = function (userDoc) {
var content = userDoc.content;
var content = userDoc.content || {};
var ICS = [
'BEGIN:VCALENDAR',