Get Calendar Event Details
get_eventRetrieve full details of a Google Calendar event using its ID. Specify the calendar and user email if needed.
Instructions
Retrieves the details of a single event by its ID from a specified Google Calendar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The ID of the event to retrieve | |
| calendar_id | No | The ID of the calendar containing the event | primary |
| user_google_email | No | The user's Google email address for Calendar access. If None, uses the current authenticated user from FastMCP context (auto-injected by middleware). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | ||
| error | No | ||
| start | Yes | ||
| status | Yes | ||
| creator | Yes | ||
| eventId | Yes | ||
| message | Yes | ||
| success | Yes | ||
| summary | Yes | ||
| htmlLink | Yes | ||
| location | Yes | ||
| attendees | Yes | ||
| organizer | Yes | ||
| userEmail | Yes | ||
| calendarId | Yes | ||
| attachments | Yes | ||
| description | Yes | ||
| endTimeZone | Yes | ||
| startTimeZone | Yes |