要获取日历日历列表,我的请求是:
<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>
在Icloud中,我们可以选择设置默认日历 登录icloud.com - &gt;日历 - &gt;设置 - &gt;优先 - &gt;默认
请告诉我哪个caldav请求会在我的代码中返回此属性值的响应。