list_events
Fetch calendar events from your Microsoft account for a date range around today, including subject, start, end, and location. Read-only retrieval to help review your schedule.
Instructions
Calendar events in [today - days_back, today + days_ahead] for the active Microsoft account: [{id, subject, start, end, location, ...}]. Requires a Microsoft account (Graph calendar); returns [] or an error for IMAP-only setups. Read-only. To propose meeting times prefer find_free_slots, which already applies working hours and margins.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days_back | No | Also include this many past days. | |
| days_ahead | No | Look this many days into the future. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |