Skip to content

Commit 2c2165c

Browse files
committed
fixup! fix(caldav): add EXDATE and EXRULE to confidential object
1 parent 2e36bed commit 2c2165c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/dav/lib/CalDAV/CalendarObject.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ 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':

0 commit comments

Comments
 (0)