I am working on a Caldav client for iCloud Calendar
. When we request for the list of calendars there are few calendars as follows which are not visible in the iCloud
interface.
/calendars/notification/, /calendars/tasks/, /calendars/inbox/
Along with normal calendars like.
/calendars/home/, /calendars/work/
The issue is some events in home calendar are duplicated in inbox calendar also. To create this case invite someone to an event, So this event will appear in his home calendar and inbox calendar.
How can we remove these duplicate entries. Can we ignore such calendars, if yes how to get the list of invisible calendars?
Thanks