Skip to content
Snippets Groups Projects
Commit 84187473 authored by Andreas Schindlbeck's avatar Andreas Schindlbeck
Browse files

Calendar: single-appointment to recurring fix

(cherry picked from commit 004d1069)
parent 4c6bd562
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ if(event)
event[calendars.REMINDER_DURATION] = fields["REMINDER.value"];
}
if(event[calendars.RRULE])
if(fields["RRULE.value"])
event[calendars.RRULE] = [fields["RRULE.value"]];
// Adds the required X-Header for status actions needed by Exchange and Domino
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment