mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Document Calendar default alarm type for admins
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
@@ -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
|
||||
--------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user