curl --location --request PATCH 'https://api.twenty.com/rest/calendarChannels/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"handle": "string",
"syncStatus": "ONGOING",
"syncStage": "FULL_CALENDAR_EVENT_LIST_FETCH_PENDING",
"visibility": "METADATA",
"isContactAutoCreationEnabled": true,
"contactAutoCreationPolicy": "AS_PARTICIPANT_AND_ORGANIZER",
"isSyncEnabled": true,
"syncCursor": "string",
"syncedAt": "2019-08-24T14:15:22Z",
"syncStageStartedAt": "2019-08-24T14:15:22Z",
"throttleFailureCount": 0,
"connectedAccountId": "ac03972a-5ca5-43c5-b96f-c519ac843b7a"
}'{
"data": {
"updateCalendarChannel": {
"handle": "string",
"syncStatus": "ONGOING",
"syncStage": "FULL_CALENDAR_EVENT_LIST_FETCH_PENDING",
"visibility": "METADATA",
"isContactAutoCreationEnabled": true,
"contactAutoCreationPolicy": "AS_PARTICIPANT_AND_ORGANIZER",
"isSyncEnabled": true,
"syncCursor": "string",
"syncedAt": "2019-08-24T14:15:22Z",
"syncStageStartedAt": "2019-08-24T14:15:22Z",
"throttleFailureCount": 0,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"connectedAccountId": "ac03972a-5ca5-43c5-b96f-c519ac843b7a",
"connectedAccount": null,
"calendarChannelEventAssociations": [
{
"eventExternalId": "string",
"recurringEventExternalId": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z",
"calendarChannelId": "87f3fb51-eab2-403c-819b-a5c45b46ef0e",
"calendarEventId": "71851222-0b3f-4165-8103-f92e6eb2c9da",
"calendarChannel": null,
"calendarEvent": null
}
]
}
}
}