Get a person’s calendar for one year
officient_get_year_calendarGet a person's yearly calendar with scheduled minutes and events. Optionally filter to only days with events.
Instructions
Every day of the year for one person, each with scheduled_minutes and any events. Use days_with_events to keep the response small. Required scope: calendar:read. READ-ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Four-digit year, e.g. 2026. | |
| filter | No | "all" (default) returns every day; "days_with_events" returns only days with events. | |
| person_id | Yes | Officient person id. |