get_event
Retrieve a single calendar event by its unique ID using provider, account, and calendar identifiers. Get event details with optional timezone for accurate scheduling.
Instructions
Fetch one event by id. Call when you already have provider/accountId/calendarId/eventId. POST /v2/getEvent {query:{...}}. Optional userTimeZone. Summary first in any presentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| provider | Yes | ||
| account_id | Yes | ||
| calendar_id | Yes | ||
| user_time_zone | No |