Calendars

A calendar is an entity type that allows the developer to display the app’s data in a calendar-like view. The developer can add default filters and preset durations to the calendar view.

How to use

flowchart LR
    A((Start))
    B[Create calendar]
    C[Add filters]
    D[Add layers]
    E[Add duration]
    F[Add calendar to menu]
    G((End))

    A-->B
    B-.->C
    B-.->D
    B-.->E
    C-.->F
    D-.->F
    E-.->F
    F-.->G

In order to create (or edit) Calendars, in the Develop app, click on main menu and select Calendar views. In the page that opens click the Add button or select and existing one and click the Edit button.

Designer

Fields in the sidebar:

  1. Module - Specify if the entity is contained in a module.
  2. UUID - Is the unique identifier of the row in the table (read-only).