-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calendar room and resource booking UI #24175
Comments
There are multiple requests on how the resource management works also in the forum. |
hey, i found this issue while searching for this exact problem. I would really like to book ressources like rooms for an calendar entry. Is there any progress expectable in this issue? |
Based on information from the following issue ticket, an api endpoint exists to handle resources: One of the developers has already worked on a resource booking gui in the past, but the project seems not to be worked on anymore because it has been "archive" in the meantime: https://github.com/georgehrke/admin_resource_booking_database |
Well, I'm desperately looking for an alternative to Outlook (MS365) or Google calendar resource booking. But unfortunately, there doesn't seem to exist a user friendly solution. |
Read the announcement for the NC22 beta. I guess it will be part of it and you can already try it via the beta. ;-) |
The new back-end app is https://github.com/nextcloud/calendar_resource_management. There are still some things to do, but you can define your resources with a few straight forward occ commands. Calendar and other compatible applications will show them. As per our current architecture the sabre code takes care of the scheduling and Nextcloud offers some APIs and glue to allow apps provide their own rooms and resources. This means we won't have a default shipped resources back-end in Nextcloud. This will remain a pluggable system, just like two-factor authentication. If admins want this then they can install the app. Closing as the rest will be done elsewhere, e.g. in https://github.com/nextcloud/calendar_resource_management and https://github.com/sualko/admin_resource_booking_database |
The calendar has a lose end regarding rooms and resources.
The event creation window offers to add rooms and resources to an event:
However, those rooms and resources cannot be managed either on the GUI or on the command line.
The back-end part seems to be done: #9773.
According to #10027 (comment), a GUI component was planned but has never happened yet.
The text was updated successfully, but these errors were encountered: