mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-16 03:53:40 +00:00
29 lines
581 B
Plaintext
29 lines
581 B
Plaintext
#
|
|
# PROPFIND calendar-home-set where we have a calendar in
|
|
# another collection somewhere.
|
|
#
|
|
# In this case we're doing Depth: 0 on the principal
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/user4/
|
|
AUTH=user4:user4
|
|
|
|
HEADER=User-Agent: BIND Spec Tests
|
|
HEADER=Content-Type: text/xml; charset="UTF-8"
|
|
HEADER=Depth: 0
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<propfind xmlns="DAV:">
|
|
<prop>
|
|
<calendar-home-set xmlns="urn:ietf:params:xml:ns:caldav"/>
|
|
<resource-id/>
|
|
<parent-set/>
|
|
<resourcetype/>
|
|
</prop>
|
|
</propfind>
|
|
ENDDATA
|
|
|
|
# <current-user-privilege-set/>
|