Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(caldav): add EXDATE and EXRULE to confidential object
Signed-off-by: Anna Larch <[email protected]>
  • Loading branch information
miaulalala authored and backportbot[bot] committed Mar 21, 2024
commit 9e265c4dca17b9991fab72ba5d34b92b06923e0b
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