Open the menu
    ```html

    Meeting Room Schedule: Add Resource

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

    Features

    • It is an administration interface

    Screens

    Add Resource
    • Name (string, required field, maximum size: 100) : Mandatory field that must contain the name of the resource.
    • Description (text) : Optional description of the resource.
    • Resource Type (integer, required field, default value: 0) : Mandatory field that must contain the type of resource to be identified, during scheduling, as a room or some other type of resource. This distinction is necessary since during scheduling, the room is a mandatory resource.

    Permissions

    • Administer: It is allowed to schedule new times, have a personal agenda, and view this service.

    Actions

    • Add new resource
    ```