'Changing the calendar_ID in a calendar event

I am looking to edit a calendar entry received by the ContentResolver. All is working except that Android documentation says that enter image description here

I want to be able to change the calendar that the entry is in but can't find a reliable way of doing it. I have even considered deleting and re-inserting but with all of the possible fields that are included it is a little complicated. I just want to change the calendar_id. I have just tried to change the CALENDAR_ID but I get strange results, as the documentation predicts.

Has anyone found a workaround for this please.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source