List calendar events
calendar_list_eventsRead-only
List events from a calendar within a time range. Provide the calendar URL or name and the start and end dates.
Instructions
List events in a calendar within a time range.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ISO 8601 range end. | |
| start | Yes | ISO 8601 range start. | |
| server | No | Server/account id to target. Defaults to the configured default server. | |
| calendar | Yes | Calendar URL or display name (see calendar_list). |