Get calendar connection
GET /api/calendar-connections/{connectionId}
Retrieve a single calendar connection by its identifier.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”The unique identifier of the calendar connection.
Responses
Section titled “ Responses ”The calendar connection was found and returned.
A calendar connection links an external calendar provider (Google Calendar, Microsoft Outlook) to a workspace via OAuth.
object
Unique identifier for the calendar connection.
Example
cal_11223344-5566-7788-99aa-bbccddeeff00The workspace this connection belongs to.
Example
a1b2c3d4-e5f6-7890-abcd-ef1234567890Calendar provider: google or microsoft.
Example
googleHuman-readable name for the connection.
Example
Sales Team CalendarCalendar identifier from the provider.
Example
sales@nordic-parts.dkWhether the connection is active.
Example
trueScheduling configuration.
object
Per-day start and end times.
object
object
Example
09:00Example
17:00Minimum buffer between consecutive bookings.
Example
15IANA timezone identifier.
Example
Europe/CopenhagenDates in YYYY-MM-DD format when no bookings are accepted.
Example
[ "2026-12-24", "2026-12-25", "2026-12-31"]Example
2026-03-10T08:00:00.000ZExample
2026-03-12T14:20:00.000ZNo calendar connection exists with the given ID.
Standard error response returned by all endpoints on failure.
object
A human-readable error message describing what went wrong.
Example
Conversation not found