get_calendar_events
Query calendar events for a date range, returning recurring task instances and one-off tasks with due dates. Optionally specify a timezone to align day boundaries to local midnight.
Instructions
Query calendar events for a date range.
Returns recurring task instances (expanded from RRULE schedules)
plus one-off tasks with due dates in the range.
start and end are YYYY-MM-DD strings.
Parameters
start : YYYY-MM-DD start of the window (inclusive). end : YYYY-MM-DD end of the window (exclusive). tz : optional IANA timezone (e.g. "America/Los_Angeles"). Supply if you know the user's local timezone — the backend uses it to align the day window boundaries with local midnight rather than UTC midnight.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| tz | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |