Open the menu
    ```html

    Event Agenda : List

    Displays the complete list of all events published in that service instance. The list shows introductory information with a link to the full details of each event.

    Screens

    List

    Data

    event

    • Title(string) : Title to identify the events.
    • Introduction(text) : Short text that accompanies the title in the quick list and in the full list of events.
    • Introduction Image(media) : Image that accompanies the introduction in the quick list and full list of events.
    • Location(string) : Information about the location of the event. It can be used as a filter and sorting criterion.
    • Start Date(date and time) : Date and time of the start of the event.
    • End Date(date and time) : Date and time of the end of the event.
    • Publication Date(date and time)
    ```