mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
24 lines
629 B
Plaintext
24 lines
629 B
Plaintext
#
|
|
# Check for PROPFIND for scheduing inbox/outbox
|
|
#
|
|
TYPE=PROPFIND
|
|
URL=http://alternate.host/davical/caldav.php/user1/
|
|
HEADER=User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18pre) Gecko/20080917 Sunbird/0.9
|
|
HEADER=Accept: text/xml
|
|
HEADER=Accept-Language: en-us,en;q=0.5
|
|
HEADER=Accept-Charset: utf-8,*;q=0.1
|
|
HEADER=Content-Type: text/xml; charset=utf-8
|
|
HEADER=Depth: 0
|
|
HEAD
|
|
|
|
BEGINDATA
|
|
<D:propfind xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
|
<D:prop>
|
|
<C:calendar-home-set/>
|
|
<C:calendar-user-address-set/>
|
|
<C:schedule-inbox-URL/>
|
|
<C:schedule-outbox-URL/>
|
|
</D:prop>
|
|
</D:propfind>
|
|
ENDDATA
|