> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.deepmask.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Event

`outlook_get_event`

Returns the full details of a calendar event by its ID, including body, all attendees, recurrence patterns, and response status. Use `outlook_list_events` or `outlook_search_events` to find event IDs.

## Parameters

| Parameter         | Type   | Required | Description                                                     |
| ----------------- | ------ | -------- | --------------------------------------------------------------- |
| `event_id`        | string | Yes      | Event ID from `outlook_list_events` or `outlook_search_events`. |
| `response_format` | string | No       | Output format: `"markdown"` (default) or `"json"`.              |

## Returns

The complete event object including body, full attendee list with response status, recurrence pattern, online meeting details, and all metadata.

## Example use

> "Get the full details of the board meeting event ID `AAMkAGI2...`."
