get_agenda
Retrieve events from a specified calendar within a time window using connection and calendar identifiers. Optionally set start and end ISO datetimes to narrow the agenda.
Instructions
Read events from one calendar in a time window.
connection_id comes from list_connections; calendar_id is a calendar's provider_calendar_id from list_calendars (e.g. an email, or "primary"). from_iso / to_iso are ISO-8601 datetimes (e.g. "2026-06-15T00:00:00Z"); omit them to use Kalendia's default window. Returns {events: [...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_iso | No | ||
| from_iso | No | ||
| calendar_id | Yes | ||
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||