webdav - How to remove duplicate event entires from Caldav client for iCloud calendar -



webdav - How to remove duplicate event entires from Caldav client for iCloud calendar -

i working on caldav client icloud calendar. when request list of calendars there few calendars follows not visible in icloud interface.

/calendars/notification/, /calendars/tasks/, /calendars/inbox/

along normal calendars like.

/calendars/home/, /calendars/work/

the issue events in home calendar duplicated in inbox calendar also. create case invite event, event appear in home calendar , inbox calendar.

how can remove these duplicate entries. can ignore such calendars, if yes how list of invisible calendars?

thanks

when issuing prpopfind request, should inquire dav:resourcetype property. in response server, proper calendars have caldav:calendar subelement in property (see https://tools.ietf.org/html/rfc4791#section-4.2) whereas inbox have caldav:schedule-inbox subelement (see http://tools.ietf.org/html/rfc6638#section-2.2 ) , notification 1 have yet value.

the task calendar real calendar containing vtodos.

as far "duplicate events", not actual caldav calendar resources rather itip messages (invitations replies , cancel messages). can utilize them notify user has received invitation or attendee has replied invitation had sent.

icloud webdav icalendar caldav

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -