That is one of the features that I really miss.
Recurrence is part of the CalDav standard for calendar events, but I'm not sure if tasks or reminders have the same capability?
RFC 5545 includes rrule in the VTODO props. Tasks currently handles recurring events by rescheduling the existing task (or Tasks doesn't do anything if 'Let server schedule recurring tasks' is toggled on in your CalDAV account settings), but I want to provide an option to create a new task when a recurring task is completed.
Any plans to prioritize this?
RFC 5545 includes
rrulein the VTODO props. Tasks currently handles recurring events by rescheduling the existing task (or Tasks doesn't do anything if 'Let server schedule recurring tasks' is toggled on in your CalDAV account settings), but I want to provide an option to create a new task when a recurring task is completed.
Thank you so much for that information.
My recurring tasks were not being rescheduled because this option was enabled in my CalDAV account settings. After I disabled it everything was back to normal on Tasks.
RFC 5545 includes
rrulein the VTODO props. Tasks currently handles recurring events by rescheduling the existing task (or Tasks doesn't do anything if 'Let server schedule recurring tasks' is toggled on in your CalDAV account settings), but I want to provide an option to create a new task when a recurring task is completed.
Also, by "create a new task when a recurring task is completed" you mean create a new VTODO in the same VCALENDAR, right?
Most helpful comment
RFC 5545 includes
rrulein the VTODO props. Tasks currently handles recurring events by rescheduling the existing task (or Tasks doesn't do anything if 'Let server schedule recurring tasks' is toggled on in your CalDAV account settings), but I want to provide an option to create a new task when a recurring task is completed.