nextcloud/apps/dav/lib/CalDAV/Trashbin
Christoph Wurst 462962197d
Expose calendar-uri as property of deleted caldav events
The trashbin is one report across all calendars of a user. In order to
refresh the data of a single calendar when one of its events is
restored, we need to know what calendar the event belongs to. There
doesn't seem to be a standard property for a URI, so this adds a custom
Nextcloud prop for the calendar-uri.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-31 18:57:40 +02:00
..
DeletedCalendarObject.php Expose calendar-uri as property of deleted caldav events 2021-05-31 18:57:40 +02:00
DeletedCalendarObjectsCollection.php Add a trashbin for calendars and calendar objects 2021-05-31 07:49:19 +02:00
Plugin.php Expose calendar-uri as property of deleted caldav events 2021-05-31 18:57:40 +02:00
RestoreTarget.php Add a trashbin for calendars and calendar objects 2021-05-31 07:49:19 +02:00
TrashbinHome.php Add a trashbin for calendars and calendar objects 2021-05-31 07:49:19 +02:00