EventGroupView
Enum
Indicates how an event group should be displayed in client applications.
This setting reflects the organizer’s preference for presenting events within a group.
Clients may respect this preference directly, or—if set to AUTO—choose the most appropriate layout for the
given context.
Enum Values
| Value | Description |
|---|---|
AUTO | Let the client decide the most suitable view for the current context. Typical strategies include: - Showing a **calendar view** if a list would be excessively long to scroll. - Showing a **list view** if there are only a few events per month. |
CALENDAR | Display the events as a calendar. - Days that contain events should be interactive. - Clicking a day should show either: - The event list for that day, or - The event page directly if there is only a single event. |
LIST | Display the events as a list. - Events should be presented in a flat list. - The list may optionally be grouped by day, month, or year to improve readability. |