ticktick_create_task
Create and manage tasks in TickTick by specifying title, description, project ID, priority, due date, and tags for improved task organization and productivity.
Instructions
Create a new task in TickTick
Input 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 |