Sorry, we don't support your browser.  Install a modern browser

Date task is created#605

It would be great to have a field that showed the date when the task was created.

2 years ago

Yess! As someone with ADHD, I need that feature.

2 years ago
Changed the status to
Open
2 years ago
1

Unfortunately, the task creation date is not retrievable from the Google Tasks API yet.
We will support these features as soon as Google makes them available for developers.

You can star this issue on their API issue tracker here https://issuetracker.google.com/issues/173343990 to speed up the process.

Many thanks

2 years ago
Changed the status to
Currently Impossible
2 years ago

Work around - Use AutoHotkey Script to insert a date when adding a task. This script will insert todays date by hitting Cntrl 7 -
^7::
Sendinput, %A_MM%/%A_DD%/%A_YYYY%
return

a year ago