calendar_get_event
Retrieve full details of a calendar event by its UID, including summary, start/end, description, location, recurrence, attendees, and organizer.
Instructions
Get detailed information about a single calendar event by its UID.
Args: calendar_id: Calendar name or URL path event_uid: Unique identifier of the event (from calendar_search_events)
Returns all event properties: summary, start/end, description, location, recurrence rules, attendees, and organizer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_uid | Yes | ||
| calendar_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |