mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
23 lines
503 B
Plaintext
23 lines
503 B
Plaintext
#
|
|
# Testing with a process similar to iCal 10.5
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://mycaldav/caldav.php/user1/
|
|
HEAD
|
|
|
|
HEADER=User-Agent: DAVKit/2.0 (10.5; wrbt) iCal 3.0
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 1
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<x0:propfind xmlns:x1="urn:ietf:params:xml:ns:caldav" xmlns:x0="DAV:" xmlns:x2="http://apple.com/ns/ical/">
|
|
<x0:prop>
|
|
<x0:displayname/>
|
|
<x1:calendar-description/>
|
|
<x2:calendar-color/>
|
|
<x0:resourcetype/>
|
|
</x0:prop>
|
|
</x0:propfind>
|
|
ENDDATA
|