aboutsummaryrefslogblamecommitdiffstats
path: root/samples/xml/req_find_principal.xml
blob: b34f46ac95c697e5d5d8c3979894b6c0d6ba2187 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                                 
<?xml version="1.0" encoding="UTF-8"?>
<A:propfind xmlns:A="DAV:"> 
  <A:prop>
    <A:principal-URL />
    <A:resourcetype />
    <B:allowed-calendar-component-set xmlns:B="http://calendarserver.org/ns/" /> 
    <D:calendar-home-set xmlns:D="urn:ietf:params:xml:ns:caldav" /> 
    <D:calendar-user-address-set xmlns:D="urn:ietf:params:xml:ns:caldav" /> 
    <A:current-user-principal />
    <A:displayname />
  </A:prop>
</A:propfind>