1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-07-26 17:58:30 +00:00

Updated Collection type VSUBSCRIBED (Webcal) (markdown)

Peter Bieringer 2024-06-10 07:20:17 +02:00
parent c0e38eb7ae
commit 310d758a35

@ -35,11 +35,11 @@ cat ./feiertagebayern/.Radicale.props | jq
Request/Response example:
```
curl -s --request PROPFIND -u USER1:USERPASS1 http://localhost/radicale/test/feiertagebayern | xmllint --format -
curl -s --request PROPFIND -u USER1:USERPASS1 http://localhost:5232/test/feiertagebayern | xmllint --format -
<?xml version="1.0" encoding="utf-8"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/">
<response>
<href>/radicale/USER1/feiertagebayern/</href>
<href>/USER1/feiertagebayern/</href>
<propstat>
<prop>
<principal-collection-set>
@ -92,7 +92,7 @@ curl -s --request PROPFIND -u USER1:USERPASS1 http://localhost/radicale/test/fei
<collection/>
</resourcetype>
<owner>
<href>/radicale/USER1/</href>
<href>/USER1/</href>
</owner>
<getetag>"c70cfb673cd7591e247429974110d6b990d662745b49092721cddc1e1dfe7a3a"</getetag>
<getlastmodified>Mon, 10 Jun 2024 05:06:34 GMT</getlastmodified>