Tasks: Recurring tasks should create new tasks when completed

Created on 19 Nov 2019  路  6Comments  路  Source: tasks/tasks

Most helpful comment

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.

All 6 comments

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 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.

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 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.

Also, by "create a new task when a recurring task is completed" you mean create a new VTODO in the same VCALENDAR, right?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

szaimen picture szaimen  路  4Comments

bobf32 picture bobf32  路  4Comments

hub2git picture hub2git  路  7Comments

TauPan picture TauPan  路  5Comments

josh-friedlander-kando picture josh-friedlander-kando  路  5Comments