I am using the php services script you provided as an example to create a task list and tasks.
When I tried creating the tasks, I get an error response back saying that the duedate was not provided. According to your API Ref. this is not required.
If I include duedate with a value it creates the task, but I dont want the due date. I have tried putting in 0 or -1 or null into the value for duedate but I get either a system error or a task still with a due date.
How can I make a task without a due date?
