diff --git a/www/calendar/export.js b/www/calendar/export.js index 261d810aa..e6662eee0 100644 --- a/www/calendar/export.js +++ b/www/calendar/export.js @@ -97,6 +97,10 @@ define([ }); return; } + if (k === "until") { + rrule += ";"+k.toUpperCase()+"="+getICSDate(r[k]); + return; + } rrule += ";"+k.toUpperCase()+"="+r[k]; }); return rrule;