List calendar events
list_eventsCheck for scheduling conflicts by retrieving events in a specified date range. Times are provided in your chosen IANA time zone.
Instructions
List calendar events in a date range (e.g. to check for conflicts before adding a booking). Times are returned in the requested IANA time zone. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max events to return (1-100). | |
| timeZone | No | IANA time zone for the returned times (defaults to the server's DEFAULT_TIMEZONE). | |
| endDateTime | Yes | Range end, ISO 8601. | |
| startDateTime | Yes | Range start, ISO 8601. Include a timezone offset/Z to pin it precisely. |