mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
288 stars 66 forks source link

Daily tasks check is all or non #204

Closed shetozz closed 4 months ago

shetozz commented 6 months ago

I have a CalDAV server that I imported tasks from to Errands, when I mark a task as done, it counts it as done forever and removes all the future listings of the task.

Expected behavior it should mark only today's task as done.

mrvladus commented 6 months ago

What CalDAV server do you use? Nextcloud or something different?

shetozz commented 6 months ago

A local one with Radicale

mrvladus commented 6 months ago

It's probably because Errands does not support recurrent tasks yet. It will in next releases.

mrvladus commented 4 months ago

Closing as it will be worked on for #90