Search tasks with the keyword “shopping”. “search” command will be sent to TickTick in the following format as a specific URL:ġ. “show” command will be sent to TickTick in the following format as a specific URL:
When using x-success, the following parameters will be returned to the previous app after successfully adding tasks in TickTick: Create a task named “Buy some eggs” at “6pm” in “shopping” list. Ticktick://x-callback-url/v1/add_task?title=buy%20some%20eggsĢ. The following parameters are included in this command: Ticktick://x-callback-url/v1/add_task?parameter1=value1¶meter2=value2&… “add_task” command will be sent to TickTick in the following format as a specific URL: TickTick currently supports three callback formats: x-success, x-error, and x-cancel callbacks. This command supports the x-callback-url protocol, in which it allows you to go back to the previous app after successfully adding tasks in TickTick. If you want to show the smart list “Today” in TickTick, the URL should look like:ĭescriptions of how to execute each command Each parameter corresponds to a value, for example when adding a task, the value of “title” can be “Buy some eggs”.
In each command, there are one or more parameters, when adding a task, you can input “title”, “startDate”, “list” and other parameters we provide. TickTick currently supports three kinds of commands, including “add_task”, “show” and “search”. Open these links will launch TickTick and execute the command.
Ticktick://v1/command?parameter1=value1¶meter2=value2&…