list_events
List events from a TimeTree public calendar within a specified date range. Provide the calendar alias code and ISO start/end dates to retrieve event details, with optional timezone support.
Instructions
List events in a TimeTree public calendar within a date range. Pass alias_code (from list_calendars) and ISO date strings for from/to. Timezone defaults to Asia/Taipei.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Exclusive end date as ISO 8601 (e.g. "2026-06-01"). | |
| from | Yes | Inclusive start date as ISO 8601 (e.g. "2026-05-01" or "2026-05-01T00:00"). | |
| timezone | No | IANA timezone (default "Asia/Taipei"). Used to interpret from/to wall-clock and to bucket all-day events. | |
| alias_code | Yes | Public calendar alias code (from list_calendars). |