mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
fix(caldav): add EXDATE and EXRULE to confidential object
Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
parent
03f269829f
commit
a96f8f7fee
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':
|
||||
|
|
|
|||
Loading…
Reference in a new issue