Retrieve a paginated list of calendar events
Get a paginated list of calendar events with various filtering options.
Start date for the range. If not provided, defaults to the current date.
End date for the range. If not provided, defaults to 30 days from the start date.
Filter by event status. Valid values: scheduled
, confirmed
, cancelled
, completed
, no_show
.
Page number for pagination.
Number of results per page.
Total number of events matching the criteria.
Current page.
Results per page.
Total number of pages.
List of events.
Error code.
Error message.