list_scheduled_events
Retrieve scheduled Calendly events with filters for status, date range, and pagination to manage appointments.
Instructions
List scheduled Calendly events with optional filters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of results (1-100) | |
| page_token | No | Pagination token for next page | |
| status | No | Filter by event status | |
| min_start_time | No | Filter: events starting after this ISO 8601 time | |
| max_start_time | No | Filter: events starting before this ISO 8601 time |