Toodledo supports a special "modifier" for the Due Date (e.g., "=", ">", "?"), to modify how the date is interpreted. Currently, the API Client does not provide any support for using these modifier...
Currently, INotebook uses the same HTTP GET-based communications with the Toodledo servers, so any notes longer than whatever the maximum length of a URL is, will be truncated. I don't ever use t...
Currently, there is very little exception handling. This needs to be remedied for robustness. There isn't that much that can ordinarily go wrong, but this is admittedly an area I didn't focus muc...