mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-19 14:10:14 +00:00
29 lines
709 B
Plaintext
29 lines
709 B
Plaintext
#
|
|
# Testing with a process similar to iCal 10.5
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/manager1/
|
|
HEAD
|
|
|
|
AUTH=assistant1:assistant1
|
|
|
|
HEADER=User-Agent: DAVKit/3.0.4 (652); CalendarStore/3.0.5 (841); iCal/3.0.5 (1270); Mac OS X/10.5.5 (9F33)
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 1
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<x0:propfind xmlns:x1="http://calendarserver.org/ns/" xmlns:x0="DAV:" xmlns:x2="urn:ietf:params:xml:ns:caldav">
|
|
<x0:prop>
|
|
<x1:getctag/>
|
|
<x0:displayname/>
|
|
<x2:calendar-description/>
|
|
<x0:resourcetype/>
|
|
<x0:group-member-set/>
|
|
<x0:group-membership/>
|
|
<x1:calendar-proxy-read-for/>
|
|
<x1:calendar-proxy-write-for/>
|
|
</x0:prop>
|
|
</x0:propfind>
|
|
ENDDATA
|