I think I’ve found the issue, it looks identical to the issue reported here.
Not syncing calendar in owncloud 8
-
i’ve switched from caldavsync to davdroid - and everything works (contacts, tasks) but the main calendar.
i’ve deleted all reoccurring events - but still it doens’t sync fully.
i can’t see any entries from the server, but local entries get synced sometimes.
how do i generate logs for further investigation?davdroid 0.8 (from f-droid)
android 4.4 / 5.0.2 / 5.1.1in thunderbird, evolution, ios and caldavsync on android everything works…
-
hi, we need the logs from your phone. here is a small guide on this:
https://github.com/bitfireAT/davdroid/wiki/How-to-view-the-logs
-
Here at first a screenshot - seems to be ssl related. My server uses a cacert certificate and the root ca is imported on all devices (and it worked some time ago)
-
“Read error: Connection timed out” means that there was a timeout when reading from the server. Maybe your server responds too slow? Can you check the server logs to see how long the requests take?
-
I’ll try to get these numbers BUT the reason will be the huge number of entires (therefore i killed the reoccuring events).
But the other sync adapters can manage this to the same server and the same calendar. I tried Caldavsync and Calendar ICS adapter - https://f-droid.org/app/de.k3b.android.calendar.ics.adapter -
But the other sync adapters can manage this to the same server and the same calendar. I tried Caldavsync and Calendar ICS adapter - https://f-droid.org/app/de.k3b.android.calendar.ics.adapter
These other apps probably use PROPFIND instead of REPORT to query the server. DAVdroid uses REPORT since v0.8 because it’s required for different operations and doesn’t transfer unnecessary data.
I suggest to ask in an OwnCloud forum what might take that long (after verifying that it’s really a timeout on the server; just have a look at
top
and the server logs). -
Please follow up in #539 and https://github.com/owncloud/core/issues/16786.
-
owncloud issue was moved to https://github.com/owncloud/calendar/issues/807