mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix calendar single event treated as recurrent
This commit is contained in:
parent
b9b99da796
commit
c354abb1e2
@ -1030,6 +1030,7 @@ ICS ==> create a new event with the same UID and a RECURRENCE-ID field (with a v
|
||||
APP.recurrenceRule = ev.recurrenceRule;
|
||||
}
|
||||
|
||||
APP.editType = undefined;
|
||||
var afterConfirm = function () {
|
||||
var raw = (ev && ev.raw) || {};
|
||||
var rawData = { // Exact start and end of the selected event
|
||||
|
||||
Loading…
Reference in New Issue
Block a user