NotePlan
NotePlan
Jun 17

scheduled events

Suppose I have a task for 2024-06-14: ``` * 13:00 - 13:30 Do XYZ ``` And maybe I reschedule it for tomorrow, or I mark it complete a day after I complete the task, I get a calendar notification on the day that I mark the task as complete, even though I completed it yesterday. ``` * 13:00 - 13:30 Do XYZ @done(2024-06-17 11:05) ``` This clogs up my calendar with events that happened yesterday, but were marked complete today. Halp! In an ideal world, a calendar event will only be created/marked as complete for the day that has the task item. I think the bug originates from the task scanner not noticing there is an @done tag, which would cause the task scanner to skip the task entry. Said differently, if there's a reference to a task from a different day, don't create an event on the referenced day. In an ideal world, there would only be one calendar event for any given task (currently you can end up with multiple copies for the same event).
PendingPending