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.