v1

latestOpenAPI 3.0.02026-07-17121287546.7 KB
Cal Unified Calendars

Get event for a connection

Get a single event by ID for the specified calendar connection. Only supported for Google Calendar connections; other connection types return 400.

get/v2/calendars/connections/{connectionId}/events/{eventId}

Path parameters

connectionIdstring required
eventIdstring required

Query parameters

calendarIdstring

Headers

Authorizationstring required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Response

status'success' | 'error' required

Example response

{
  "status": "success"
}