diff --git a/admin_manual/groupware/calendar.rst b/admin_manual/groupware/calendar.rst index c3aa572aa..316560599 100644 --- a/admin_manual/groupware/calendar.rst +++ b/admin_manual/groupware/calendar.rst @@ -2,6 +2,23 @@ Calendar / CalDAV ================= +Calendar server settings +------------------------ + +The calendar server can be configured on the Groupware admin settings page. +You can globally disable sending invitation emails for events, generating the built-in birthday +calendar, and sending email notifications about upcoming events. + +.. figure:: images/settings_calendar-server.png + +.. versionadded:: 30 The section will be hidden if no app makes use of the CalDAV backend. + +Starting from Nextcloud 30, the calendar server settings section will be hidden if no app uses the +CalDAV backend. +Install and enable an appropriate app to show the section again, e.g. +`Calendar `_ or +`Tasks `_. + Events ------ diff --git a/admin_manual/groupware/images/settings_calendar-server.png b/admin_manual/groupware/images/settings_calendar-server.png new file mode 100644 index 000000000..c05312a2f Binary files /dev/null and b/admin_manual/groupware/images/settings_calendar-server.png differ