list_events
List scheduled Calendly events for the authenticated user, with optional filters for status, time range, organization, and user. Retrieve event details for managing schedules.
Instructions
List scheduled events for the authenticated user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of events to return (default 20, max 100) | |
| status | No | Filter events by status | |
| user_uri | No | URI of the user whose events to list | |
| max_start_time | No | Maximum start time for events (ISO 8601 format) | |
| min_start_time | No | Minimum start time for events (ISO 8601 format) | |
| organization_uri | No | URI of the organization to filter events |