List calendar events
teams_list_eventsList your upcoming Microsoft Teams calendar events. Specify a limit and look-ahead window, and choose markdown or JSON output.
Instructions
List the user's upcoming calendar events (ordered by start time).
Args:
limit (number, 1-50): max events (default 20)
days_ahead (number, 1-90): look-ahead window in days (default 14)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: JSON { count, events: [{ id, subject, start, end, joinUrl, attendees }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items to return (1-50) | |
| days_ahead | No | Look-ahead window in days | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |