Get a calendar event
teams_get_eventRetrieve full details for a Teams calendar event using its event ID. Returns subject, start/end times, join link, attendees, and body preview in markdown or JSON format.
Instructions
Get full details for a single calendar event, including the Teams join link and body preview.
Args:
event_id (string): the event ID (from teams_list_events)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: JSON event object with subject, start, end, joinUrl, attendees, body preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | Calendar event ID | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |