List Event Occurrences
Events
List Event Occurrences
List the occurrences of a recurring event, optionally filtered by date range and status. When no start date or status filter is supplied, only upcoming occurrences are returned. If the event is not recurring, an empty list is returned with an explanatory message.
GET
List Event Occurrences
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your API token.
Path Parameters
The unique identifier of the event.
Query Parameters
Only include occurrences on or after this date (YYYY-MM-DD).
Only include occurrences on or before this date (YYYY-MM-DD).
Filter occurrences by status.
Available options:
active, cancelled, postponed 
