Document calendar resources and rooms for admins

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
Christoph Wurst
2021-11-05 14:01:30 +01:00
parent e8ea1bb521
commit 8295ec2f1e

View File

@@ -75,3 +75,17 @@ Because of security issues, Nextcloud forbids subscriptions from local network h
If you need to allow this, change the following parameter to::
php occ config:app:set dav webcalAllowLocalAccess --value yes
Resources and rooms
-------------------
The Nextcloud CalDAV back end support resources and rooms. Resources and room can be booked for appointments and the system will schedule them so they can only be used once at a time. Those resources and rooms have to be provided by an app that provides a back end for this.
Once a back end app is installed the app typically allows admins or even users to define the resources, but this is subject of the specific implementation.
Nextcloud periodically queries all registered back ends. Therefore new and updated resources and rooms will show with a delay.
Known back ends
~~~~~~~~~~~~~~~
* `Calendar Resource Management <https://github.com/nextcloud/calendar_resource_management>`_: database back end with CLI configuration for admins