move_task
Move tasks to a different project, parent task, or inbox. Specify destination by ID or name to reorganize your OmniFocus database.
Instructions
Move an existing task to a project, parent task, or inbox. Prefer task ID and destination IDs when available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the task to move | |
| name | No | The name of the task to move (fallback if ID not provided) | |
| targetProjectId | No | Destination project ID | |
| targetProjectName | No | Destination project name (errors on duplicate names) | |
| targetParentTaskId | No | Destination parent task ID | |
| targetParentTaskName | No | Destination parent task name (errors on duplicate names) | |
| targetInbox | No | Move task to inbox |