From 5a7fae13f8f99f90fdacec23e2ccd5134d87fe1a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 5 Nov 2021 14:25:48 +0100 Subject: [PATCH] Document calendar rooms and resources for users Signed-off-by: Christoph Wurst --- user_manual/pim/calendar.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user_manual/pim/calendar.rst b/user_manual/pim/calendar.rst index f5147b0f8..29138d0f4 100644 --- a/user_manual/pim/calendar.rst +++ b/user_manual/pim/calendar.rst @@ -175,6 +175,13 @@ Attendees may be other users on your Nextcloud instances, contacts in your addre .. attention:: Only the calendar owner can send out invitations, the sharees are not able to do that, whether they have write access to the event's calendar or not. +Assign rooms and resources to an event +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Similar to attendees you can add rooms and resources to your events. The system will make sure that each room and resource is booked without conflict. The first time a user adds the room or resource to an event, it will show as accepted. Any further events at overlapping times will show the room or resource as rejected. + +.. note:: Rooms and resources are not managed by Nextcloud itself and the Calendar app will not allow you to add or change a resource. Your Administrator has to install and possibly configure resource back ends before you can use them as a user. + Setup Reminders ~~~~~~~~~~~~~~~