Closed jsiobj closed 7 months ago
Hello,
I am trying to create task using Python module but I can't add date_started and date due. Doc is stating that format is ISO8601. I tried several things and I can't get it to work :
But it won't create the task.
What am I missing ? Thanks. JS
Ok... Finally, got it to work. strftime("%Y-%m-%d") works. Sorry for that.
Hello,
I am trying to create task using Python module but I can't add date_started and date due. Doc is stating that format is ISO8601. I tried several things and I can't get it to work :
But it won't create the task.
What am I missing ? Thanks. JS