Skip to content

Commit

Permalink
feat(dev): Add developer documentation for custom ICalendar access …
Browse files Browse the repository at this point in the history
…through CalDav

Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Apr 18, 2023
1 parent 6d8624c commit ed48b1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions developer_manual/digging_deeper/groupware/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down

0 comments on commit ed48b1a

Please sign in to comment.