Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start date for repeating todos #446

Open
johannesmono opened this issue Jul 18, 2021 · 3 comments
Open

Start date for repeating todos #446

johannesmono opened this issue Jul 18, 2021 · 3 comments
Labels

Comments

@johannesmono
Copy link

For a repeating todo, the start date is deleted after the first completion. I don't necessarily think that this is wrong behavior, but for something like weekly todos (e.g. taking out the garbage), advancing the start date in addition to the due date makes more sense to me.

@WhyNotHugo
Copy link
Member

Can you share what your original TODO looks like? This should be happening already.

@johannesmono
Copy link
Author

Yeah I noticed this with another TODO as well. I forgot which one I saw the behavior on, but as I only have at max weekly ones, I'll report back to you latest in a week. If I don't notice it again, I'll close the issue and keep an eye on it.

@johannesmono
Copy link
Author

BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
PRODID:REMOVED
BEGIN:VTODO
COMPLETED:20210726T054349Z
CREATED:20210726T054349Z
DTSTAMP:20210726T054351Z
DTSTART:20210725T200000Z
DUE:20210725T200000Z
LAST-MODIFIED:20210726T054349Z
PERCENT-COMPLETE:100
STATUS:COMPLETED
SUMMARY:Go running
UID:4332BFF1-D532-48D2-A433-ADC1BB5F5E5A
END:VTODO
END:VCALENDAR
BEGIN:VCALENDAR
VERSION:2.0
PRODID:REMOVED
CALSCALE:GREGORIAN
BEGIN:VTODO
CREATED;VALUE=DATE-TIME:20210705T061505Z
DTSTAMP;VALUE=DATE-TIME:20210726T054351Z
DUE;VALUE=DATE-TIME:20210801T200000Z
LAST-MODIFIED;VALUE=DATE-TIME:20210726T071512Z
RRULE:FREQ=WEEKLY
SEQUENCE:13
STATUS:NEEDS-ACTION
SUMMARY:Go running
UID:9b5415c2b2fc46d680911752329f3886@x13
END:VTODO
END:VCALENDAR

@WhyNotHugo WhyNotHugo added the bug label Aug 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants