Skip to content

Commit

Permalink
fix(caldav): add EXDATE and EXRULE to confidential object
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <[email protected]>
  • Loading branch information
miaulalala committed Mar 21, 2024
1 parent 03f2698 commit a96f8f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/dav/lib/CalDAV/CalendarObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,13 @@ private function createConfidentialObject(Component\VCalendar $vObject) {
case 'CREATED':
case 'DTSTART':
case 'RRULE':
case 'RECURRENCE-ID':
case 'RDATE':
case 'DURATION':
case 'DTEND':
case 'CLASS':
case 'EXRULE':
case 'EXDATE':
case 'UID':
break;
case 'SUMMARY':
Expand Down

0 comments on commit a96f8f7

Please sign in to comment.