search_events
Search calendar events by text in summary, description, location, or attendees, with optional date range filtering. Returns matching events from your default calendar.
Instructions
Search calendar events by text (summary, description, location, attendees), optionally within a date range. Defaults to the user's default calendar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50) | |
| query | Yes | Text to search for | |
| offset | No | Pagination offset | |
| date_max | No | Only events until this date (YYYY-MM-DD or ISO datetime) | |
| date_min | No | Only events from this date (YYYY-MM-DD or ISO datetime) | |
| calendar_uid | No | Calendar uid (default: the user's default calendar) |