list-events
Retrieve upcoming calendar events for the signed-in user. Returns event details including subject, time, attendees, and location with a configurable count.
Instructions
List upcoming calendar events for the signed-in user (read-only). Returns an array of events with id, subject, start/end, attendees, location, organiser, and webLink. Use count (default 10, max 50) to control page size; this tool does not filter — use the Outlook UI or specific date ranges via Graph for filtered queries. Times are returned in the configured timezone (default Australia/Melbourne; override with OUTLOOK_DEFAULT_TIMEZONE).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of events to retrieve (default: 10, max: 50) |