1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00
Radicale/radicale/tests/static/proppatch_set_multiple1.xml

9 lines
327 B
XML
Raw Permalink Normal View History

2016-08-11 00:20:48 +02:00
<?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>
<C:calendar-description xmlns:C="urn:ietf:params:xml:ns:caldav">test</C:calendar-description>
2016-08-11 00:20:48 +02:00
</D:prop>
</D:set>
</D:propertyupdate>