search_events
Search Calendar.app events by text in title, description, and location. Filter by date range and calendar for precise results.
Instructions
Search Calendar.app events by text across title, description, and location. Queries CalendarItem directly for fast full-text matching. For recurring events returns the master event; use list_events for occurrence-level detail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ISO 8601 date — only events starting before this date. | |
| limit | No | ||
| query | Yes | Text to search for in event title, description, and location. | |
| start | No | ISO 8601 date — only events starting on or after this date. | |
| calendar_uuid | No | Restrict results to a single calendar. Pass a UUID from list_calendars. |