List Scheduled Events
list_scheduled_eventsList scheduled meetings (events). Requires a user URI OR an organization URI (get them from current_user). Filter by status, time window, and paginate. Returns event URIs/UUIDs, names, start/end times, status, and locations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | User URI (from current_user). Provide user OR organization. | |
| count | No | Number of results per page (default 20, max 100). | |
| status | No | Filter by event status. | |
| _apiKey | Yes | Calendly personal access token (sent as Bearer token) | |
| page_token | No | Token from a previous response for the next page. | |
| organization | No | Organization URI (from current_user). Provide user OR organization. | |
| max_start_time | No | ISO 8601 timestamp; only events starting at/before this time. | |
| min_start_time | No | ISO 8601 timestamp; only events starting at/after this time. |