Get a calendar event
calendar_get_eventRetrieve full calendar event details by ID, including subject, times, location, attendees, and description. Use after listing events to get specific information needed for responses.
Instructions
Returns one event in full: subject, start, end, location, organizer, the attendee list with each response, the description body (HTML converted to text and capped), recurrence summary, and the Outlook web link. Use calendar_list_events first to find the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Event id, from calendar_list_events. | |
| timeZone | No | IANA or Windows time-zone name (e.g. "Europe/Berlin", "Pacific Standard Time") used to interpret naive start/end values and to render returned times. |