v1
latestOpenAPI 3.0.02026-07-17121287546.7 KBCal 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
Example response
{
"status": "success"
}