Excellent, thanks!
Caldav: Colors not synced on first sync
-
Can’t really give you any help; but it might be useful for the devs if you could provide logs of the account setup step. That is, remove the DavDroid account on your phone, recreate it, and then send the logs for this.
See https://github.com/rfc2822/davdroid/wiki/How-to-view-the-logs for some help on how t get logs. If you don’t have ADB available, it might also be possible to use the
aLogcat
orcatlog
apps to save the recent logs.Also, it might in some cases be helpful to know more details of your setup, like the Kolab version and Android version you’re using.
-
I’d need the respective CalDAV properties of the collections (folders). All I could find on the Internet was some guessed information about
<A:calendar-color xmlns:A="http://apple.com/ns/ical/">
, but not a technical document describing the property.Please give more information about which exact property you want to be synced.
-
Sorry, its not too easy to get these informations. I have no clue, how caldav works exactly.
But what I know is, that it works with
https://github.com/gggard/AndroidCaldavSyncAdapater
Maybe thats the easiest way to figger it out. Its also opensource.
-
Without logs, I can’t do anything this issue. Can you provide logs?
-
Sure I can, what filters should I apply? “davdroid”? I found nothing interesting there and had provided them already, if I did.
-
See https://github.com/rfc2822/davdroid/wiki/How-to-view-the-logs step 4. I’m especially interested in what your server returns as the color property.
-
Any news on this?
-
Closing because of missing user response. Will be re-opened in case of fresh and useful information.
-
I finally had time, to investigate in this problem. I am really sorry.
I checked the log files, and found out, that sabredav (used by Kolab) does not send a # before the color code. I catched this:
<x5:calendar-color xmlns:x5="http://apple.com/ns/ical/">2e8f63</x5:calendar-color>
I don’t want to send the whole log, so if you need more informations, please contact me!
-
This issue has been fixed in Kolab. It sends the color now with a # prefix. However, DAVdroid behaviour could be improved by not expecting the #.