mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-14 08:10:13 +00:00
28 lines
692 B
Plaintext
28 lines
692 B
Plaintext
#
|
|
# Testing with a process similar to iCal 10.5
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user2/.in/
|
|
HEAD
|
|
|
|
AUTH=user2:user2
|
|
|
|
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:x3="http://apple.com/ns/ical/" xmlns:x2="urn:ietf:params:xml:ns:caldav">
|
|
<x0:prop>
|
|
<x1:getctag/>
|
|
<x0:displayname/>
|
|
<x2:calendar-description/>
|
|
<x3:calendar-color/>
|
|
<x3:calendar-order/>
|
|
<x0:resourcetype/>
|
|
<x2:calendar-free-busy-set/>
|
|
</x0:prop>
|
|
</x0:propfind>
|
|
ENDDATA
|