mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-19 14:10:14 +00:00
20 lines
423 B
Plaintext
20 lines
423 B
Plaintext
#
|
|
# Testing with a process similar to iCal 10.5
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://regression.host/caldav.php/resmgr1/
|
|
HEAD
|
|
|
|
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:x0="DAV:" >
|
|
<x0:prop>
|
|
<x0:group-membership/>
|
|
</x0:prop>
|
|
</x0:propfind>
|
|
ENDDATA
|