Merge pull request #8132 from nextcloud/backport/8129/stable23

[stable23] Document Calendar default alarm type for admins
This commit is contained in:
Christoph Wurst 2022-03-16 15:55:45 +01:00 committed by GitHub
commit cdaa3f29b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,17 @@ You'll also need to change the sending mode from ``background-job`` to ``occ``::
If you don't use this dedicated command, the reminders will just be sent as soon as possible when the background jobs run.
Event alarm types
-----------------
Nextcloud allows users to set notification and email reminders for events. Admins can enforce one of the two options::
occ config:app:set calendar forceEventAlarmType --value=EMAIL
Allowed values are ``EMAIL`` (email) and ``DISPLAY`` (notification).
.. note:: This only enforces alarm types for events created with the Nextcloud Calendar. This setting has no influence for other connected applications.
FreeBusy
--------