mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +00:00
25 lines
661 B
Plaintext
25 lines
661 B
Plaintext
#
|
|
# Query from Calendar on macOS >= Ventura
|
|
#
|
|
# Should only report principals that match ROOM
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
HEADER=User-Agent: DAViCal/RegressionTest
|
|
HEADER=Content-Type: text/xml
|
|
HEADER=Depth: 0
|
|
HEAD
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<A:principal-property-search xmlns:A="DAV:" type="ROOM" test="anyof">
|
|
<A:prop>
|
|
<B:calendar-user-address-set xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<A:principal-URL/>
|
|
<B:calendar-user-type xmlns:B="urn:ietf:params:xml:ns:caldav"/>
|
|
<C:record-type xmlns:C="http://calendarserver.org/ns/"/>
|
|
</A:prop>
|
|
</A:principal-property-search>
|
|
ENDDATA
|