curl --location --request POST 'https://api.twenty.com/rest/calendarChannelEventAssociations' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventExternalId": "string",
"recurringEventExternalId": "string",
"calendarChannelId": "87f3fb51-eab2-403c-819b-a5c45b46ef0e",
"calendarEventId": "71851222-0b3f-4165-8103-f92e6eb2c9da"
}'{
"data": {
"createCalendarChannelEventAssociation": {
"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
}
}
}