mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-27 15:31:32 +00:00
29 lines
573 B
Plaintext
29 lines
573 B
Plaintext
#
|
|
# Testing with a process similar to iPhone 5
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEAD
|
|
|
|
AUTH=user1:user1
|
|
|
|
HEADER=User-Agent: iOS/5.0 (9A5302b) dataaccessd/1.0
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 1
|
|
|
|
#
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<D:calendar-query xmlns:D="urn:ietf:params:xml:ns:caldav">
|
|
<D:filter>
|
|
<D:comp-filter name="VCALENDAR">
|
|
<D:comp-filter name="VTODO"/>
|
|
</D:comp-filter>
|
|
</D:filter>
|
|
<A:prop xmlns:A="DAV:">
|
|
<A:getcontenttype/>
|
|
<A:getetag/>
|
|
</A:prop>
|
|
</D:calendar-query>
|
|
ENDDATA
|