ticktick_move_task
Move a task from one project to another: creates the task in the target project and marks it complete in the source.
Instructions
Use this to move a task from one project/list to another. This creates the task in the target project and completes it in the source. Required: sourceProjectId, taskId, targetProjectId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceProjectId | Yes | Current project/list ID | |
| taskId | Yes | Task ID to move | |
| targetProjectId | Yes | Destination project/list ID |