edit_item
Modify tasks or projects in OmniFocus by updating details like name, note, due date, tags, status, and more. Use the ID or name to specify the item, and adjust its properties for effective task management.
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 |