Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions admin_manual/groupware/calendar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ You can globally disable sending invitation emails for events, generating the bu
calendar, and sending email notifications about upcoming events.

.. figure:: images/settings_calendar-server.png
:scale: 60%

.. versionadded:: 30 The section will be hidden if no app makes use of the CalDAV backend.

Expand Down Expand Up @@ -116,9 +117,10 @@ Refresh rate
~~~~~~~~~~~~

Calendar subscriptions are cached on server and refreshed periodically.
The default refresh rate is one week, unless the subscription itself tells otherwise.
If the calendar server provides a `refresh interval <https://icalendar.org/New-Properties-for-iCalendar-RFC-7986/5-7-refresh-interval-property.html>`_, it is respected.
Otherwise the default refresh rate is one week.

To set up a different default refresh rate, change the ``calendarSubscriptionRefreshRate`` option::
To set up a different default refresh rate for calendars without server side refrsh rates, change the ``calendarSubscriptionRefreshRate`` option::

php occ config:app:set dav calendarSubscriptionRefreshRate --value "P1D"

Expand Down