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