Add an OmniFocus task
of_add_taskCreate a task in OmniFocus with optional project, due date, defer date, tags, notes, and flags. Without a project, the task goes to the inbox.
Instructions
Create a task. Without a project it goes to the inbox. Dates accept ISO 8601 strings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Due date (ISO 8601) | |
| tag | No | Primary tag name or id | |
| name | Yes | ||
| note | No | ||
| defer | No | Defer/start date (ISO 8601) | |
| flagged | No | ||
| project | No | Project name or id; omit for inbox | |
| estimatedMinutes | No |