Get Calendar Event
calendar_get_eventRetrieve full details of a Google Calendar event, including description, attendees, and conference info by providing the event ID.
Instructions
Get detailed information about a specific calendar event.
Args:
calendar_id (string): Calendar ID (default: 'primary')
event_id (string): The event ID to retrieve
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Full event details including description, attendees, and conference info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | No | Calendar ID (default: 'primary') | primary |
| event_id | Yes | The ID of the event to retrieve | |
| response_format | No | Output format: 'markdown' or 'json' | markdown |