batch_create_tasks
Create multiple OmniFocus tasks in a single operation, including nested subtasks and due dates, to efficiently add task hierarchies without individual creation.
Instructions
Create multiple tasks at once, with support for subtask hierarchies. Much more efficient than creating tasks one by one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Array of tasks to create (can include nested children) | |
| projectId | No | Project ID to add tasks to | |
| projectName | No | Project name to add tasks to | |
| parentTaskId | No | Parent task ID for subtasks | |
| sync | No | Trigger an OmniFocus sync after the batch completes (default false). Skips on error. |