List Calendar Events
list_calendar_eventsList scheduled and published calendar events with optional date-range, status, platform, and pagination filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Optional range end. ISO 8601 date or date-time. | |
| limit | No | Maximum number of results to return. | |
| start | No | Optional range start. ISO 8601 date or date-time. | |
| cursor | No | Opaque pagination cursor from a previous response. | |
| status | No | Optional event status filter. | |
| team_id | No | Team ID to operate in team scope. Get available teams with list_teams. If omitted, uses personal scope. | |
| upcoming | No | If true, return only upcoming events. | |
| platforms | No | Optional platform filter. |