I am using your DPF.iOS.EKCalendar.pas file to store events and alarms to device's calendar.
Your component is awesome, however i need to create a new calendar and not save the events to the default calendar.
I can see that you have available the EventStore.SaveCalendar(MyCalendar,true,error) however it seems that something is missing to my code before create and save the new calendar.
Is there a way to achieve that?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am using your DPF.iOS.EKCalendar.pas file to store events and alarms to device's calendar.
Your component is awesome, however i need to create a new calendar and not save the events to the default calendar.
I can see that you have available the EventStore.SaveCalendar(MyCalendar,true,error) however it seems that something is missing to my code before create and save the new calendar.
Is there a way to achieve that?