Calendar Get Event
calendar_get_eventRetrieve complete Outlook calendar event details, including body content, using the event's entryId. Quickly access full information for any specific appointment when you have its unique identifier.
Instructions
Fetch full detail (including body) for a single event by its Outlook entryId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| body | Yes | ||
| start | Yes | ||
| subject | Yes | ||
| entry_id | Yes |