search_calendar_events
Search calendar events by title, location, or notes. Filter by date range or calendar name.
Instructions
Search Calendar events by title, location, or notes.
Args: query: Search text start_date: Optional start date in "YYYY-MM-DD" format end_date: Optional end date in "YYYY-MM-DD" format calendar_name: Optional calendar name
Returns: Structured JSON with matching events or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| end_date | No | ||
| start_date | No | ||
| calendar_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |