curl --request GET \
--url https://prod.featherhq.com/api/v1/calendars/{calendarId}/connections/{connectionId}/external-calendars \
--header 'X-API-Key: <api-key>'{
"calendars": [
{
"id": "<string>",
"name": "<string>",
"primary": true
}
]
}curl --request GET \
--url https://prod.featherhq.com/api/v1/calendars/{calendarId}/connections/{connectionId}/external-calendars \
--header 'X-API-Key: <api-key>'{
"calendars": [
{
"id": "<string>",
"name": "<string>",
"primary": true
}
]
}