list-events
List upcoming calendar events for the signed-in user with details like subject, time, attendees, location, and organizer. Use the count parameter to control the number of events returned (default 10, max 50).
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) |