Add complet
8000
ed
timestamp to TodoItem
#1178
-
I would like to request if I can add an optional Working on building out recurring chores in my local todo list via automations, and it would be helpful to know when an item was completed for helping the rescheduling logic. Right now I'm just munging this data into the description field via an automation every time a task is marked completed, but having native support would be much simpler. Also it could just be displayed as informative when simply viewing the task list, someone may want to see when an item was last completed. Could be used for local_todo lists (the ical format has a completed timestamp property), google tasks also has a completed timestamp for items. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have discussed this in an architectural meeting and approved it. Let's implement this as it is part of RFC5545: https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.2.1 ../Frenck |
Beta Was this translation helpful? Give feedback.
We have discussed this in an architectural meeting and approved it.
Let's implement this as it is part of RFC5545: https://datatracker.ietf.org/doc/html/rfc5545#section-3.8.2.1
../Frenck