Suggestion: skipping instances of recurrent tasks during a certain period #875
Replies: 1 comment 6 replies
-
Thank you for the suggestion @FilSalustri. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I propose that a new pair of dates be added, which define a period during which a given task's recurrences are "skipped" over.
I have a number of tasks that I perform regularly, but only for a certain repeating period each year/semester/month.
A couple of examples:
If there were a "skip period" defined by a start and end date, I could implement these as:
Alternatively, this skipping could also be implemented if the Scheduled date could recur at a different rate than the start/end date.
In this case, I could implement case 1 above as: set the housework task to start 1 May, due 30 Aug, with an annual recurrence; then set the Scheduled date to be 1 May, recurring every 2 weeks.
I suspect letting the Scheduled date recur at a different rate than start/due dates would be harder to implement than just adding a skip period. But I do think this would be a generally useful feature.
Beta Was this translation helpful? Give feedback.
All reactions