etesync / android

EteSync - Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars and tasks.
https://www.etesync.com
GNU General Public License v3.0
296 stars 33 forks source link

Start date removed from Tasks.org after syncing. #215

Closed francois072 closed 1 year ago

francois072 commented 1 year ago

Whenever I set a start date and end date that is on the same day Tasks.org correctly doesn't display the task on the widget until the start date.

As soon as Tasks.org syncs with Etesync the start date of the task is removed causing the task to be displayed on the widget.

Please note that I have the Etesync app installed and that the Etesync app automatically linked Tasks.org.

abaker commented 1 year ago

According to the iCalendar spec a start date must come before a due date, and this rule is enforced in the iCalendar library used by EteSync. Tasks.org uses the same library, but I forked it to remove this rule. So if you set up your EteSync account in Tasks then you can set start date = due date

francois072 commented 1 year ago

I tried setting up my Etesync account directly in Tasks.org, but it didn't sync. I then created a new task list from Tasks.org and that did show on Etesync, but any tasks I added to the list didn't show on Etesync.

francois072 commented 1 year ago

I found this issue . I subscribed to the thread.

francois072 commented 1 year ago

The latest update resolved the issue.