Create Task
ticktick_create_taskCreate tasks in TickTick by providing a title and project ID. Enhance tasks with due dates, priority, reminders, recurring rules, and subtasks to manage your schedule.
Instructions
Create a new task in TickTick. Requires a title and project ID. Optionally set content, dates, priority (0=None, 1=Low, 3=Medium, 5=High), reminders, recurring rules, and subtasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | Description for checklist items | |
| items | No | Subtasks / checklist items | |
| title | Yes | Task title | |
| content | No | Task body / notes | |
| due_date | No | Due date/time in yyyy-MM-ddTHH:mm:ssZ format, e.g. 2025-03-15T17:00:00+0000 | |
| priority | No | Priority: 0=None, 1=Low, 3=Medium, 5=High | |
| reminders | No | List of reminder triggers | |
| time_zone | No | Time zone, e.g. "America/New_York" | |
| is_all_day | No | Whether this is an all-day task | |
| project_id | Yes | Project ID to create the task in | |
| sort_order | No | Sort order value | |
| start_date | No | Start date/time in yyyy-MM-ddTHH:mm:ssZ format, e.g. 2025-03-15T09:00:00+0000 | |
| repeat_flag | No | Recurrence rule string, e.g. "RRULE:FREQ=DAILY;INTERVAL=1" |