I’ve fixed the problem.
The problem was caused by old calendar entries.
Clearing the howl calendar made the error disappeared.
So Thread could be closed.
Thx for your answer!
Calendar Events with a description or summary with multiple lines are ignored on syncing.
With DAVdroid 0.6.8 everything works fine.
Steps to reproduce:
Create an event with 64 or more characters in description or 68 or more chars in summary,
after syncing to the mobile device the event is missing.
An event with less then 64 chars in description and less then 68 chars in summary works well.
The first following event is displayed correct after syncinc, the second is missing
BEGIN:VEVENT
SUMMARY:Test with 63 characters
DESCRIPTION:123456789012345678901234567890123456789012345678901234567890123
END:VEVENT
BEGIN:VEVENT
SUMMARY:Test with 64 characters
DESCRIPTION:123456789012345678901234567890123456789012345678901234567890123
4
END:VEVENT
Enviroment:
DAVdroid 0.6.10 from F-Droid (no error in 0.6.8)
Google Nexus 5 running Android 4.4.4 (cm-11-20141008-SNAPSHOT-M11)
OwnCloud 7 (hosted on virtual server)
Got the same issue, but first I thought it was related to shared calendars…
Already opened an issue: https://github.com/bitfireAT/davdroid/issues/405
Here is my ErrorLog. It is the same error as in #405
E/davdroid.RemoteCollection(11836): Ignoring unparseable entity in multi-response
E/davdroid.RemoteCollection(11836): at.bitfire.davdroid.resource.InvalidResourceException: net.fortuna.ical4j.data.ParserException: Error at line 13:Illegal property [ 4]
The line that caused the error is
DESCRIPTION:123456789012345678901234567890123456789012345678901234567890123
4
Duplicate of #405, please follow up there.