outlook_list_events
List calendar events in a date range with recurring instance expansion. Use concise mode for a token-efficient day-at-a-glance scan.
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 | ||
| before | No | ||
| count | No | ||
| cursor | No | ||
| concise | No |