Skip to content

Commit a96f8f7

Browse files
committed
fix(caldav): add EXDATE and EXRULE to confidential object
Signed-off-by: Anna Larch <[email protected]>
1 parent 03f2698 commit a96f8f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

apps/dav/lib/CalDAV/CalendarObject.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,13 @@ private function createConfidentialObject(Component\VCalendar $vObject) {
116116
case 'CREATED':
117117
case 'DTSTART':
118118
case 'RRULE':
119+
case 'RECURRENCE-ID':
120+
case 'RDATE':
119121
case 'DURATION':
120122
case 'DTEND':
121123
case 'CLASS':
124+
case 'EXRULE':
125+
case 'EXDATE':
122126
case 'UID':
123127
break;
124128
case 'SUMMARY':

0 commit comments

Comments
 (0)