Skip to content

Commit

Permalink
Merge pull request #44386 from nextcloud/backport/44360/stable28
Browse files Browse the repository at this point in the history
[stable28] fix(caldav): add EXDATE and EXRULE to confidential object
  • Loading branch information
AndyScherzinger authored Mar 21, 2024
2 parents 4af56d5 + 2e0eb60 commit 1b237b1
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 1b237b1

Please sign in to comment.