]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): allow multiple organizers if possible 42339/head
authorRichard Steinmetz <richard@steinmetz.cloud>
Sun, 17 Dec 2023 15:55:16 +0000 (16:55 +0100)
committerRichard Steinmetz <richard@steinmetz.cloud>
Sun, 17 Dec 2023 16:46:00 +0000 (17:46 +0100)
commit06aba2a5c860a71fe16fe35385ce05d47829973a
tree219fcc96d52e4b199c2361d64179c50643a1d37a
parent84e0b9007cfc1d3cf3d793e6abcaeb31e47a48a4
fix(dav): allow multiple organizers if possible

This is very hacky! However, we want to allow saving events with multiple
organizers. Those events are not RFC compliant, but sometimes imported from major
external calendar services (e.g. Google). If the current user is not an organizer of
the event we ignore the exception as no scheduling messages will be sent anyway.

Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
apps/dav/lib/CalDAV/Schedule/Plugin.php