I was developing a calendar app where we can see all the events from iCal. In app, we have option to cancel the event. If the event is cancelled then we need to change the status of event. But status property of EKEvent is read only so we can't change the status when the event is cancelled.
Can anyone suggest me how to proceed this problem? Is there any way to change the status of event?
Thanks in advance.