Calendar
ms_calendarFetch Microsoft 365 calendar events for today or a date range, list calendars, or drill into a specific event via the Graph API.
Instructions
Fetch the user's Microsoft 365 calendar events. Defaults to today if no date params given. Can also list calendars or drill down into a specific event.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End of date range (ISO 8601) | |
| date | No | Fetch events for a specific date (YYYY-MM-DD) | |
| start | No | Start of date range (ISO 8601) | |
| compact | No | Summarise each event to title, time, location, organiser and attendee count, omitting the body. Useful for scanning a day. | |
| event_id | No | Event ID for full detail drill-down | |
| calendars | No | List all calendars |