add_omnifocus_task
Create and manage tasks in OmniFocus by specifying details like name, due date, notes, tags, and project. Assign tasks to projects, set deadlines, and organize with subtasks for efficient productivity.
Instructions
Add a new task to OmniFocus
Input Schema
Name | Required | Description | Default |
---|---|---|---|
deferDate | No | The defer date of the task in ISO format (YYYY-MM-DD or full ISO date) | |
dueDate | No | The due date of the task in ISO format (YYYY-MM-DD or full ISO date) | |
estimatedMinutes | No | Estimated time to complete the task, in minutes | |
flagged | No | Whether the task is flagged or not | |
name | Yes | The name of the task | |
note | No | Additional notes for the task | |
parentTaskId | No | The ID of the parent task to create this task as a subtask | |
parentTaskName | No | The name of the parent task to create this task as a subtask (alternative to parentTaskId) | |
projectName | No | The name of the project to add the task to (will add to inbox if not specified) | |
tags | No | Tags to assign to the task |