cURL
curl --request POST \ --url 'https://api.cal.com/v1/selected-calendars?apiKey=' \ --header 'Content-Type: application/json' \ --data ' { "integration": "<string>", "externalId": "<string>" } '
Your API Key
Create a new selected calendar
The integration name
The external ID of the integration
OK, selected calendar created
Was this page helpful?