create_task
Create a task in OmniFocus, adding to inbox by default or to a specific project. Supports dates, tags, notes, and recurrence.
Instructions
Create a new task in OmniFocus. By default creates in inbox; specify projectId or projectName to add to a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| note | No | Task note/description | |
| flagged | No | Whether to flag the task | |
| deferDate | No | Defer date (ISO 8601) | |
| dueDate | No | Due date (ISO 8601) | |
| plannedDate | No | Planned date (ISO 8601) | |
| estimatedMinutes | No | Estimated duration in minutes | |
| completedByChildren | No | Auto-complete when all children are completed | |
| projectId | No | Project ID to add task to | |
| projectName | No | Project name to add task to | |
| tags | No | Tag names to apply (created if they don't exist) | |
| repetitionRule | No | Repetition rule for recurring tasks |