From ed48b1a44781cac180cf032551bfe994b0be3190 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 18 Apr 2023 19:34:20 +0200 Subject: [PATCH] feat(dev): Add developer documentation for custom `ICalendar` access through CalDav Signed-off-by: Ferdinand Thiessen --- developer_manual/digging_deeper/groupware/calendar.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/developer_manual/digging_deeper/groupware/calendar.rst b/developer_manual/digging_deeper/groupware/calendar.rst index 437e5929009..82e84ae07bf 100644 --- a/developer_manual/digging_deeper/groupware/calendar.rst +++ b/developer_manual/digging_deeper/groupware/calendar.rst @@ -182,6 +182,15 @@ Please be aware that there are some security considerations to take into account } +Access through CalDAV +~~~~~~~~~~~~~~~~~~~~~ + +.. versionadded:: 27 + +As with the built-in calendars, calendars provided by ``ICalendarProvider`` can be accessed using CalDAV. Therefore, permissions of the ``ICalendar`` are automatically mapped to the DAV object. +Write support is also supported. Please note that deleting entities is currently implemented by setting the entity to the canceled state and passing it to the ``createFromString`` method. + + Resources ---------