0

To get calendar ical calendar list my request is :

<d:propfind xmlns:d='DAV:' xmlns:cs='{0}' xmlns:c='urn:ietf:params:xml:ns:caldav'>
<d:prop>
<d:resourcetype />
<d:displayname />
<cs:getctag />
<c:supported-calendar-component-set />
<d:current-user-privilege-set/>
<d:calendar-access />
<c:schedule-default-calendar-URL />
</d:prop>
</d:propfind>

In Icloud we have option to set default calendar login to icloud.com -> calendar -> settings -> prefereces -> default

Please tell me which caldav request will return response of this property value in my code.

  • 1
    Your request looks OK, appart from the cs namespace definition (xmlns:cs='{0}'). You should get back a value for the schedule-default-calendar-URL property, at least on the calendar inbox. What response do you get back ? – Arnaud Quillaud May 27 '15 at 12:19
  • I get the value of calendar that is in the top in my icloud account. I am not getting the value of calendar set in Preferences. – user3641155 Jun 04 '15 at 06:52
  • What is the url that you use to make that PROPFIND request – Arnaud Quillaud Jun 04 '15 at 08:46

0 Answers0