outlook_list_events
List Outlook calendar events in a date range, with recurring instances expanded. Use concise mode for day-at-a-glance scans to reduce data size.
Instructions
List calendar events in a date range (expands recurring instances).
Use for one-shot queries; use outlook_list_events_delta for polling/recurring agents.
Pass concise=True to drop large fields (body, attendees, organizer, categories) — ~10x fewer tokens for day-at-a-glance scans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| after | No | ||
| count | No | ||
| before | No | ||
| cursor | No | ||
| concise | No |