ticktick_create_task
Create and manage tasks in TickTick by specifying title, description, priority, due date, and tags to organize tasks efficiently within projects.
Instructions
Create a new task in TickTick
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Task description/content | |
| due_date | No | Due date in ISO format (YYYY-MM-DDTHH:mm:ss) | |
| priority | No | Task priority (0=None, 1=Low, 3=Medium, 5=High) | |
| project_id | No | Project ID to add task to | |
| tags | No | Tags for the task | |
| title | Yes | Task title |