calendar_search_events
Search Google Calendar events by text query to find events matching keywords in summary, description, location, or attendees.
Instructions
Search Google Calendar events by text query (searches summary, description, location, attendees)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Text to search for in events | |
| timeMax | No | End of time range in ISO 8601 | |
| timeMin | No | Start of time range in ISO 8601 (defaults to now) | |
| calendarId | No | Calendar ID (default: primary) | |
| maxResults | No | Maximum results (default 10) |