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