Skip to content

Commit

Permalink
Merge pull request #10073 from nextcloud/feat/dav-calendars
Browse files Browse the repository at this point in the history
Add developer documentation for custom `ICalendar` access through CalDav
  • Loading branch information
ChristophWurst authored Apr 26, 2023
2 parents c99b707 + ed48b1a commit 6526e50
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 6526e50

Please sign in to comment.