v1
latestOpenAPI 3.0.02026-07-17121287546.7 KBCal Unified Calendars
Get meeting details from calendar
Returns detailed information about a meeting including attendance metrics. The singular /event/ path is deprecated — use /events/ (plural) instead. For connection-scoped access use GET /connections/{connectionId}/events/{eventId}.
get/v2/calendars/{calendar}/events/{eventUid}
Path parameters
calendar'google' required
eventUidstring required
The Google Calendar event ID. You can retrieve this by getting booking references from the following endpoints:
-
For team events: GET /v2/organizations/{orgId}/teams/{teamId}/bookings/{bookingUid}/references
-
For user events: GET /v2/bookings/{bookingUid}/references
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"
}