calendar_list_events_in_range
Get events in the user's calendar between two dates
Instructions
List calendar events between two dates, in chronological order. Use for any window that is not simply 'the next few days' — last week's meetings, a specific month, or a range the user names. Dates are ISO 8601 (2026-01-15) and the whole of both end days is included. Returns id, subject, times and organiser. Requires Calendars.Read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_date | Yes | End date ISO 8601 (e.g. 2024-01-22) | |
| start_date | Yes | Start date ISO 8601 (e.g. 2024-01-15) | |
| max_results | No | Maximum events to return |