list_events
Fetch scheduled events for the authenticated user. Filter by status, time range, user, or organization.
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 |