Get an event
get_eventFetches a Google Calendar event by ID: schedule, attendees' responses, organizer, recurrence, Meet link, reminders, visibility, and type. Works for series masters and individual instances.
Instructions
Fetches one event by id: summary, description, location, start/end, attendees with their responseStatus (accepted/declined/tentative/needsAction), organizer, recurrence rules, recurringEventId (present on instances of a series), conferenceData/hangoutLink (Google Meet), reminders, visibility, transparency and eventType. Works for a series master and for an individual instance id alike.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event id from list_events or create_event output. A recurring-instance id (masterId_20260101T100000Z from list_event_instances) addresses one occurrence. | |
| time_zone | No | IANA zone the response times are rendered in. | |
| calendar_id | Yes | The calendar id from list_calendars, or "primary" for the authenticated user's main calendar. |