Open the menu
    ```html

    Event Agenda: Quick List

    Provides the quick list displaying the next 5 events. The list shows introductory information with a link to the full details of each event.

    Screens

    Quick List

    Data

    event

    • Title(string) : Title to identify the events.
    • Introduction(text) : Short text that accompanies the title in the quick list and the full event list.
    • Introduction Image(media) : Image that accompanies the introduction in the quick list and full event list.
    • Location(string) : Information about the event location. Can be used as a criterion for filtering and sorting.
    • Start Date(date and time) : Date and time when the event starts.
    • End Date(date and time) : Date and time when the event ends.
    • Publication Date(date and time)
    ```