ForumsSearch



Search results for "Posted by wilderwang"
Author Message
wilderwang

Posted Aug 20, 2012 in: Task field range
Score: 0
Thanks for the reply. I'll apply a workaround in the client. Could you notify when this issue is fixed on the server-side?
wilderwang

Posted Aug 14, 2012 in: Task field range
Score: 0
The network traffic log from my customer indicate the duetime field is not 32bit uint.

{
"id": "66978079",
...
"duetime": -62169966000,
...
}

What's the type of duetime when server output it? Is it wrong with the server?

For more information of the log, please contact me by mail.
wilderwang

Posted Aug 06, 2012 in: Task field range
Score: 0
This may be documented elsewhere, but I cannot find it anywhere(including in the forum)

My WP7 application is getting an SerializationException saying "Value was either too large or too small for an Int32." when using http://api.toodledo.com/2/tasks/get.php, so I was wondering the range of each field for the task it return. As for these fields(id, folder, context, duedate, length, modified), are they signed/unsigned 32bit int or 64bit long?

My application sync correct for most of the account, but for some account it fail with this exception, so I would like a bit more clarification.

Thanks