task_clear_repetition
Remove repetition from an OmniFocus task to turn it into a one-time item. Clears any recurring schedule, leaving the task as non-repeating.
Instructions
Remove the repetition rule from an OmniFocus task. After clearing, the task becomes a one-time item. Use task_set_repetition to set or change a rule. Returns the updated task with repetitionRule confirmed as null. Mutations do not sync automatically — call sync_trigger if cross-device visibility matters. Example: task_clear_repetition({ id: "abc123" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the task to update. Get from task_list or search_query. |