edit_item
Modify tasks or projects in OmniFocus by updating names, notes, due dates, flags, statuses, tags, or folder locations to streamline task management and enhance productivity.
Instructions
Edit a task or project in OmniFocus
Input Schema
Name | Required | Description | Default |
---|---|---|---|
addTags | No | Tags to add to the task | |
id | No | The ID of the task or project to edit | |
itemType | Yes | Type of item to edit ('task' or 'project') | |
name | No | The name of the task or project to edit (as fallback if ID not provided) | |
newDeferDate | No | New defer date in ISO format (YYYY-MM-DD or full ISO date); set to empty string to clear | |
newDueDate | No | New due date in ISO format (YYYY-MM-DD or full ISO date); set to empty string to clear | |
newEstimatedMinutes | No | New estimated minutes | |
newFlagged | No | Set flagged status (set to false for no flag, true for flag) | |
newFolderName | No | New folder to move the project to | |
newName | No | New name for the item | |
newNote | No | New note for the item | |
newProjectStatus | No | New status for projects | |
newSequential | No | Whether the project should be sequential | |
newStatus | No | New status for tasks (incomplete, completed, dropped) | |
removeTags | No | Tags to remove from the task | |
replaceTags | No | Tags to replace all existing tags with |