mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-03 06:23:35 +00:00
17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
#
|
|
# Testing with a process similar to iCal4
|
|
#
|
|
TYPE=PROPPATCH
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEAD
|
|
|
|
HEADER=DAVKit/4.0 (729); CalendarStore/4.0 (965); iCal/4.0 (1362); Mac OS X/10.6.1 (10B504)
|
|
HEADER=Content-Type: text/xml
|
|
|
|
#
|
|
#
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
<x0:propertyupdate xmlns:x0="DAV:" xmlns:x1="http://apple.com/ns/ical/"><x0:set><x0:prop><x1:calendar-order>1</x1:calendar-order></x0:prop></x0:set></x0:propertyupdate>
|
|
ENDDATA
|