mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03:00
13 lines
No EOL
375 B
XML
13 lines
No EOL
375 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<D:propertyupdate xmlns:D="DAV:">
|
|
<D:set>
|
|
<D:prop>
|
|
<I:calendar-color xmlns:I="http://apple.com/ns/ical/">#BADA55</I:calendar-color>
|
|
</D:prop>
|
|
</D:set>
|
|
<D:set>
|
|
<D:prop>
|
|
<C:calendar-description xmlns:C="urn:ietf:params:xml:ns:caldav">test</C:calendar-description>
|
|
</D:prop>
|
|
</D:set>
|
|
</D:propertyupdate> |