mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Merge pull request #1940 from cryptpad/fix-recurrence-export-calendar
Fix export bug on calendars with recurring event with expiry date
This commit is contained in:
commit
818003bd72
@ -97,6 +97,10 @@ define([
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (k === "until") {
|
||||
rrule += ";"+k.toUpperCase()+"="+getICSDate(r[k]);
|
||||
return;
|
||||
}
|
||||
rrule += ";"+k.toUpperCase()+"="+r[k];
|
||||
});
|
||||
return rrule;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user