get_calendar_events
Retrieve calendar events within a date range. Optionally filter by calendar ID or title text to find specific events.
Instructions
Get calendar events within a date range. Optionally filter by calendar ID or search text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Only events starting after this date/time (ISO 8601, e.g. 2024-01-15 or 2024-01-15T09:00:00) | |
| limit | No | Maximum number of events to return (default 50, max 100) | |
| title | No | Filter events by title text (partial match) | |
| before | No | Only events starting before this date/time (ISO 8601, e.g. 2024-02-15 or 2024-02-15T17:00:00) | |
| calendarId | No | Filter to a specific calendar ID from list_calendars. Returns events from all calendars if omitted. |