get_event
Retrieve specific calendar event details using calendar and event IDs. Access full event information or minimal data as needed for integration workflows.
Instructions
Get a single event by calendar ID and event ID.
Note: Works best with events from list_events (external calendar events). Reclaim-managed events from list_personal_events may return 404.
Args: calendar_id: The calendar ID containing the event event_id: The event ID to retrieve thin: If True, return minimal event data (default False for full details)
Returns: Event object with full details.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calendar_id | Yes | ||
| event_id | Yes | ||
| thin | No |