1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Fill properties with values in MKCOL examples

This commit is contained in:
Unrud 2017-09-20 17:18:23 +02:00
parent be6b4055f9
commit 0183d706c1

View file

@ -121,9 +121,9 @@ $ curl -u user -X MKCOL 'http://localhost:5232/user/calendar' --data \
<C:comp name="VJOURNAL" />
<C:comp name="VTODO" />
</C:supported-calendar-component-set>
<displayname></displayname>
<C:calendar-description></C:calendar-description>
<I:calendar-color></I:calendar-color>
<displayname>Calendar</displayname>
<C:calendar-description>Example calendar</C:calendar-description>
<I:calendar-color>#ff0000ff</I:calendar-color>
</prop>
</set>
</create>'
@ -141,8 +141,8 @@ $ curl -u user -X MKCOL 'http://localhost:5232/user/addressbook' --data \
<collection />
<CR:addressbook />
</resourcetype>
<displayname></displayname>
<CR:addressbook-description></CR:addressbook-description>
<displayname>Address book</displayname>
<CR:addressbook-description>Example address book</CR:addressbook-description>
</prop>
</set>
</create>'