Project recurring events
project_recurring_eventsPredict future occurrences of recurring events by expanding recurrence rules beyond Google's visible horizon, so you can see when birthdays or standups land next year.
Instructions
Compute future occurrences of recurring events from their recurrence rules.
Unlike find_events, this expands the RRULEs locally, so it reaches past the
horizon Google materialises instances for -- useful for "when do my birthdays
/ standups land next year".
Args: time_min: Start of the projection window, ISO 8601. time_max: End of the projection window, ISO 8601. calendar_id: Calendar whose recurring events should be projected. event_query: Only project recurring events matching this text, e.g. 'Birthday'. account: Account name from 'calendar-mcp accounts'; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| time_max | Yes | ||
| time_min | Yes | ||
| calendar_id | No | primary | |
| event_query | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of projected occurrences. | |
| time_max | Yes | End of the projection window, ISO 8601. | |
| time_min | Yes | Start of the projection window, ISO 8601. | |
| calendar_id | Yes | Calendar that was projected. | |
| occurrences | No | Computed occurrences, earliest first. |