GET

List Calendars


Retrieves details about the external calendar accounts associated with the specified connection.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings - all permissions
Manage External Calendars
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/bookings/v2/external-calendars/connections/{connectionId}/calendars

Path Params
connectionIdstringRequired

ID of the external calendar connection to list calendars for.

Response Object
calendarsArray <Calendar>

List of calendars belonging to the external calendar account.

List calendars belonging to an external calendar account
Request
cURL
Response
JSON
Errors
403Permission Denied

There is 1 error with this status code.

428Failed Precondition

There are 2 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?