|
From: Trev P. <tr...@ad...> - 2015-12-28 03:16:33
|
Hello, I'm trying to set the "apple" color property on some calendars and task lists served via davical. From my reading I should be able to set the property: <calendar-color xmlns=" http://apple.com/ns/ical/">#FFFFFF</calendar-color>; While testing I tried to use cadaver to set properties on the calendar. I authenticate and can read the properties and cadaver replies with success but changes are not reflected (running propget after propset shows no changes). I've tried this with the new custom property calendar-color and an existing property displayname with the same result. Can anyone offer any suggestion on how to set a custom property on a calendar? The full xml I want to set should be something like: PROPPATCH /your/calendar/url/ HTTP/1.1 ... <propertyupdate xmlns="DAV:"> <set> <prop> <calendar-color xmlns=" http://apple.com/ns/ical/">#2952A3</calendar-color>; </prop> </set> </propertyupdate> I'm new to this and not sure how to send this via wget or some command line util. I didn't find any method to set this in the web interface either but it's pretty specialized so not so surprising. If I figure this out I'll try and add setting calendar color to the web interface. I suspect I'm not the only one to want to do this. Thanks a ton for all the work on davical. It works like a charm! -- Trev Peterson Advanced Reality Email: tr...@ad... Phone: +1 847 406 9018 |