Open the menu
    ```html

    Meeting Room Agenda: Add Scheduling

    Allows the publisher to register new schedules through this form for the end user. The contents will be made available in the scheduling interfaces and daily scheduling available in the environment.

    Features

    • It is an administration interface

    Screens

    Scheduling
    • Scheduling
      • Title (string, required field, maximum size: 100) : Mandatory field representing the reservation, which can contain the name of the room to be reserved - for example, "Reserve Room 2" - or even the reason for the scheduling - for example, "Meeting X".
      • Description (html) : Optional field that can contain the reason, or notes or clarifications of the reservation.
      • Room (identifier, required field) : Must be completed with one of the registered rooms and that is not allocated in another scheduling for the same period.
      • Start date (date and time, required field) : Mandatory field to be filled with the date and time that the resource(s) will not be available for another reservation. By default, the current date/time is stipulated.
      • End date (date and time, required field) : Mandatory field to be filled with the date and time that the resource(s) will be available for other reservations. By default, one hour more than the current time is stipulated.
      • Responsible (user or group, required field, default value: lum_currentuser) : Mandatory field to specify the person responsible for reserving the resource. By default, the current user (authenticated in the portal) is displayed, but the resource can be reserved for another responsible person.
    Resources
    • Resources : Other resources can be reserved, along with a specific room, as needed and if they are not part of another reservation with overlapping time periods. Therefore, to allocate a resource, just click the Add button and select it from the available list. More than one resource can be reserved, as needed and according to availability for the scheduled period.

    Permissioning

    • Own agenda: It is allowed to have an own agenda.

    Actions

    • commit
    • Save and preview content. : Save content and then open the preview screen for that content.
    ```