v1

latestOpenAPI 3.0.02026-07-17121287546.7 KB
Destination Calendars

Update destination calendars

put/v2/destination-calendars

Headers

Authorizationstring required

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

Request body

integration'apple_calendar' | 'google_calendar' | 'office365_calendar' required

The calendar service you want to integrate, as returned by the /calendars endpoint

externalIdstring required

Unique identifier used to represent the specific calendar, as returned by the /calendars endpoint

delegationCredentialIdstring

Example request

{
  "integration": "apple_calendar",
  "externalId": "https://caldav.icloud.com/26962146906/calendars/1644422A-1945-4438-BBC0-4F0Q23A57R7S/"
}

Response

status'success' | 'error' required

Example response

{
  "status": "success"
}