Todo & Todo Cloud version 7.0.3 - Todo 8.2.8 supports x-callback-url syntax.
Note: all parameters must be URL encoded so if you are passing a list named "Home Work" it must be passed as Home%20Work.
Showing Lists
Show "All" List | appigotodo://x-callback-url/showAllList |
Show Focus List | appigotodo://x-callback-url/showFocusList |
Show Starred Tasks | appigotodo://x-callback-url/showStarredTasks |
Show Inbox | appigotodo://x-callback-url/showInbox |
Show <name of list> | appigotodo://x-callback-url/showList?name=<name of list> |
Showing Tasks
Show a Task <name of task> | appigotodo://x-callback-url/showTask?name=<name of task> |
Show a Project <name of Project> | appigotodo://x-callback-url/showProject?name=<project name> |
Show a Checklist <name of Checklist> | appigotodo://x-callback-url/showChecklist?name=<checklist name> |
Creating a Task
appigotodo://x-callback-url/createTask?<parameter list>
Required Parameters
name The name of the task to create | name=<task name> |
Optional Parameters
due-date The task's due date | due-date=<YYYY-MM-DD formatted date> |
priority The task's priority | priority=<priority value> 0 - no priority |
note A note to attach to the task | note=<URL escaped note> example: note=This%20is%20a%20note |
repeat The task's recurrence rule | repeat=<repeat value> 0 - None |
advanced-repeat Specify advanced recurrence rules Requires "repeat" value to be specified as "50" or "150" | advanced-repeat=<URL encoded advanced repeat rule> Samples Every%20tue%20and%20thu (repeat every tuesday and thursday) |