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:
parent
be6b4055f9
commit
0183d706c1
1 changed files with 5 additions and 5 deletions
10
clients.md
10
clients.md
|
@ -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>'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue