calendar_search_events
Search for calendar events by matching text in their summaries within a specified date range, limited to 366 days.
Instructions
Search events in a calendar by summary text within a bounded date range (max 366 days).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endDate | Yes | ISO 8601 date/time. Range is capped at 366 days — narrow it for large calendars. | |
| startDate | Yes | ISO 8601 date/time. | |
| calendarName | No | Calendar name. Ambiguous if duplicated (common on multi-account setups) — use calendarIndex instead in that case. | |
| textContains | Yes | ||
| calendarIndex | No | Position from calendar_list_calendars, for disambiguating duplicate calendar names. Stable only for the current Calendar.app process. |