TickTick
TickTick for managing a TODO list, you can add, remove and view your TODOs.
TickTick is a plugin that helps you manage your to-do list. With TickTick, you can easily add, remove, and view your tasks. Say goodbye to cluttered notes and lost sticky pads - simply type in your task and let TickTick keep track of everything you need to do. This plugin is perfect for those who need help organizing their day, whether it's for work, personal, or school. Stay on top of your game and get things done with TickTick!
How to
Comments (0)
Try it
API docs
Learn how to use TickTick effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Show me all my projects."
-
Prompt 2: "Get the details of a specific project."
-
Prompt 3: "Get the tasks and data of a project."
-
Prompt 4: "Create a new task in TickTick."
-
Prompt 5: "Complete a task in a specific project."
Features and commands
Feature/Command | Description |
---|---|
getAllProjects | This command retrieves the list of all projects in TickTick. |
getProjectById | This command fetches the details of a project based on its ID. |
getProjectWithDataById | This command retrieves the tasks and additional data of a project using its ID. |
createSingleTask | This command allows you to create a new task in TickTick. You need to provide the title of the task. |
completeSpecifyTask | This command marks a task as completed using the project ID and task ID. |
deleteSpecifyTask | This command deletes a task using the project ID and task ID. |