Merge pull request #44360 from nextcloud/fix/add-exdate-exrule-to-confidential-object

fix(caldav): add EXDATE and EXRULE to confidential object
pull/44388/head
Anna 2024-03-21 14:34:08 +07:00 committed by GitHub
commit bdd4ac2c17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

@ -116,9 +116,13 @@ class CalendarObject extends \Sabre\CalDAV\CalendarObject {
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':