kanboard / python-api-client

Python API Client for Kanboard
https://pypi.org/project/kanboard
MIT License
81 stars 26 forks source link

Can't set date for task using API #37

Closed jsiobj closed 7 months ago

jsiobj commented 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

jsiobj commented 7 months ago

Ok... Finally, got it to work. strftime("%Y-%m-%d") works. Sorry for that.