Bug when repeating task is closed and rescheduled
Open
Backend: CalDAV
Good First Issue
Help Wanted
- Dominant language
- Vala
- Stars
- 85
- Forks
- 22
- Avg merge
- 12h 10m
- Merged PRs (30d)
- 3
Description
## What Happened
When I close a repeating task which is in the future, [the rescheduling algorithm](https://github.com/elementary/tasks/blob/c45418bc4717b69f1defc386061572b60da51ece/src/TaskModel.vala#L522-L561) creates a new task. Although that's the desired behavior so far, the newly created task takes place at the same time as the closed one:

## Expected Behavior
What we really want is to create a new task which takes place in the future _and after_ the closed one.
Contributor guide
Assessment
This issue has not been assessed yet.