Skip to content

Commit f336e17

Browse files
authored
Merge pull request #12097 from nextcloud/feat/document-subscription-intervals
feat: document refresh rate
2 parents 852f98d + bea7582 commit f336e17

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

admin_manual/groupware/calendar.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ You can globally disable sending invitation emails for events, generating the bu
1010
calendar, and sending email notifications about upcoming events.
1111

1212
.. figure:: images/settings_calendar-server.png
13+
:scale: 60%
1314

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

@@ -116,9 +117,10 @@ Refresh rate
116117
~~~~~~~~~~~~
117118

118119
Calendar subscriptions are cached on server and refreshed periodically.
119-
The default refresh rate is one week, unless the subscription itself tells otherwise.
120+
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.
121+
Otherwise the default refresh rate is one week.
120122

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

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

0 commit comments

Comments
 (0)