Calendar sync: ecloud x calcurse: calcurse-caldav

Hi. I’m trying calcurse-caldav to sync calcurse client events and tasks with ecloud using this config file:

[General]
Binary = calcurse
Hostname = ecloud.global
Path = /remote.php/dav/calendars/login@e.email/personal
AuthMethod = basic
InsecureSSL = No
SyncFilter = cal,todo
DryRun = No

[Auth]
Username = login@e.email
Password = ***********

First runned with:
calcurse-caldav --init=keep-remote


The only events that didn’t sync was because:
VEVENT [28]: end must be later than start.

So I will change these events to end one minute after the start time, and will create new events with this criteria.

If you know how to workaround this in a real way, please, let me know.