calendar-v2

Update Calendar

Update an existing calendar.

The base rate limit for this endpoint is:

  • 300 requests per min per workspace
patch/api/v2/calendars/{id}/

Path parameters

idstring uuid required

A UUID string identifying this calendar.

Request body

metadataobject
oauth_client_idstring
oauth_client_secretstring nullable
oauth_client_certificatestring nullable
oauth_client_private_keystring nullable
oauth_refresh_tokenstring
platform'google_calendar' | 'microsoft_outlook'
  • google_calendar - Google Calendar
  • microsoft_outlook - Microsoft Outlook
webhook_urlstring uri
oauth_emailstring email

Response

idstring uuid required
metadataobject
oauth_client_idstring required
oauth_client_secretstring nullable
oauth_refresh_tokenstring required
platform'google_calendar' | 'microsoft_outlook' required
  • google_calendar - Google Calendar
  • microsoft_outlook - Microsoft Outlook
webhook_urlstring uri
oauth_emailstring email
platform_emailstring nullable required
statusstring required
created_atstring date-time required
updated_atstring date-time required

Changes

Changed in 1 of the 6 revisions of this API.6

    • added the new optional request property oauth_client_certificate (media type: application/json)

      new-optional-request-property

    • added the new optional request property oauth_client_certificate (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property oauth_client_certificate (media type: multipart/form-data)

      new-optional-request-property

    • added the new optional request property oauth_client_private_key (media type: application/json)

      new-optional-request-property

    • added the new optional request property oauth_client_private_key (media type: application/x-www-form-urlencoded)

      new-optional-request-property

    • added the new optional request property oauth_client_private_key (media type: multipart/form-data)

      new-optional-request-property

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog