Open the menu
    ```html

    Meeting Room Schedule

    Allows scheduling rooms and resources for meetings.

    Provides a calendar divided by the company's meeting rooms. Allows a specific room to be reserved, making its booking visible to other users. This prevents simultaneous booking of the same meeting room. Scheduling is available to all users who have permission to do so.

    Permissions

    • Manage service instance: Allows managing all data of this service instance, including deleting it entirely.
    • Edit content of service instance: Allows managing all data of this service instance with publisher profile.
    • View service instance: Allows viewing public data of this service instance.
    • Administer: It is allowed to schedule new times, have a personal schedule, and view this service.
    • Schedule: It is allowed to schedule new times.
    • Own schedule: It is allowed to have a personal schedule.

    Interfaces

    ```