diff options
author | Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | 2024-03-21 16:27:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 16:27:15 +0100 |
commit | 5a4db810e98b3e8b7da5c10e3e40b8faf94a29ac (patch) | |
tree | 5fdbc03184423b0c0368a8cad2d11e93fc7d0fad | |
parent | 11c28a1c2b333079e40a1bc1f53127f26f8ddb91 (diff) | |
parent | 512634fa2ee58b549c93c9cbe0074776e59e53f4 (diff) | |
download | nextcloud-server-5a4db810e98b3e8b7da5c10e3e40b8faf94a29ac.tar.gz nextcloud-server-5a4db810e98b3e8b7da5c10e3e40b8faf94a29ac.zip |
Merge pull request #44385 from nextcloud/backport/44360/stable27
-rw-r--r-- | apps/dav/lib/CalDAV/CalendarObject.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/dav/lib/CalDAV/CalendarObject.php b/apps/dav/lib/CalDAV/CalendarObject.php index 32bcff900c2..b9c7f3086d5 100644 --- a/apps/dav/lib/CalDAV/CalendarObject.php +++ b/apps/dav/lib/CalDAV/CalendarObject.php @@ -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': |