Hi,
I have an issue with latest DAVdroid but I’m a bit unsure when it started. I just switched phone and thus did a new DAVdroid install on the new one, doing the exact same configuration. The new install didn’t show my main calendar, it displayed various .ics I’ve created for tasks and todos (mainly from Evolution). It also shows a “Reminders” item with only the clock icon and not the calendar one.
I’ve tried to refresh the calendars multiple time but it didn’t show my calendar. I’ve then tried to refresh the calendar list on my old phone, and then my main calendar actually disappeared…
I’ve tried to look at the logs, and it seems that my main calendar has a Displayname of Reminders (not sure where it comes from, from Radicale, from DAVdroid or from some calendar setup), and it only has VTODO support and not VEVENT:
<response>
<href>/corsac/calendar.ics/</href>
<propstat>
<prop>
<resourcetype>
<C:calendar />
<collection />
</resourcetype>
<current-user-privilege-set>
<privilege>
<all />
<read />
<write />
<write-properties />
<write-content />
</privilege>
</current-user-privilege-set>
<displayname>Reminders</displayname>
<ICAL:calendar-color>#45c9d3</ICAL:calendar-color>
<C:supported-calendar-component-set>
<C:comp name="VTODO" />
</C:supported-calendar-component-set>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<CR:addressbook-description />
<CR:supported-address-data />
<C:calendar-description />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
I’m not sure what sets the VTODO/VEVENT tags, but the same setup was working just fine when I setup DAVdroid on the old phone. Maybe something is wrong on my configuration or maybe something changed in DAVdroid, I can’t say, so any help appreciated.