ticktick_create_task
Create new tasks in TickTick with title, priority, due date, tags, and recurrence options. Assign to a project or default to Inbox.
Instructions
Use this to create a new task in TickTick. Required: title. Optional: content, projectId (omit for Inbox), tags (array of strings), priority (0=none, 1=low, 3=medium, 5=high), dueDate, startDate (ISO 8601 strings), repeatFlag (iCalendar RRULE string).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| content | No | Task description/notes | |
| projectId | No | Project/list ID. Omit to add to Inbox | |
| tags | No | Tags (e.g. ["@call", "@computer"]) | |
| priority | No | Priority: 0=none, 1=low, 3=medium, 5=high | |
| dueDate | No | Due date in ISO 8601 format | |
| startDate | No | Start date in ISO 8601 format | |
| repeatFlag | No | iCalendar RRULE string for recurring tasks (e.g., 'RRULE:FREQ=MONTHLY;INTERVAL=1') |