list_events
Retrieve calendar events within a specified time range, with optional keyword filtering and output in JSON or TOON format.
Instructions
List calendar events in a time range. Returns events in TOON or JSON format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | Calendar ID to list events from. | |
| start | Yes | Start of the time range (RFC 3339 datetime string). | |
| end | Yes | End of the time range (RFC 3339 datetime string). | |
| query | No | Optional search query to filter events by summary or description keyword (case-insensitive). | |
| format | No | Output format: "toon" or "json" (default: "json"). |