sachaos / todoist

Todoist CLI Client. I ❤️ Todoist and CLI.
MIT License
1.48k stars 104 forks source link

Removing Dates From Task #236

Open Bide-UK opened 1 year ago

Bide-UK commented 1 year ago

Hi is It possible to remove due dates. from tasks? Tried variations of the following and nothing worked.

todoist modify --priority 3 5668040805 todoist modify --priority 3 5668040805 -d 00 todoist modify --priority 3 5668040805 -d

HacDan commented 1 year ago

Due to how dates are parsed, if you do something like this

todoist modify --priority 3 5668040805 -d "no due date"

It should remove the due date from the task. Please let us know if that works for you.