get_event
Retrieve the complete details of a calendar event by ID, including location, description, organizer, and attendees, to get all information beyond summary listings.
Instructions
Get full details of a single calendar event. Use this after list_events or search_events to see the complete event including location, description, organizer, and attendees list. Returns all summary fields plus location, description, organizer, attendees (with name and status), and recurrence IDs. Returns an error if the event ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | The event ID to retrieve (e.g., from list_events or search_events) |