Ah - you are right - that was the problem!
Thanks a lot
Best regards
Holger
hello,
i’am using dolibarr with the cdav cdav plugin to add cardav and caldav fonctionalites.
the cardav part work without issues and the caldav was working until 1.1.1, since then caldav stoped working
i’am also using thunderbird+ligthning on my linux desktop and in this configuration i got no issues like on my android device
version Software used
dolibarr : 7.0.3
cdav : 10.10
android 5.1.1 on wiko pulp 4G
davdroid 1.11.5-ose
i got the message “local storage error couldn’t apply batch operation davdroid” each i try to synchronise my calendar
Hello,
Does this happen only for the task in the debug info? What happens when you delete this task?
Is this reproducible? Does it happen with another device (if you have one for testing)?
Can you send the contents of https://gestion.opensides.be/custom/cdav/server.php/calendars/bmortier/3-cal-bmortier/6384-ev-d56597f9 to play@bitfire.at?
@rfc2822 yes we have tow pulp 4g of the same version and exhibit the same behaviour. just send the file to you
Cheers
Hello,
The iCalendar is invalid:
BEGIN:VCALENDAR
VERSION:2.0
METHOD:PUBLISH
PRODID:-//Dolibarr CDav//FR
BEGIN:VTODO
…
PRIORITY:80
…
END:VTODO
END:VCALENDAR
METHOD
property. (Doesn’t matter here)PRIORITY
must be an integer between 0 and 9Your iCalendar contains PRIORITY:80
, which is not valid and cannot be synchronized. Please fix your iCalendars.
Does that help?