task_clear_alarms
Remove all alarms and notifications from an OmniFocus task, leaving it with no scheduled alerts. Returns the updated task.
Instructions
Remove all alarms/notifications from an OmniFocus task. After clearing, the task has no scheduled notifications. Use task_set_alarms to install a new alarm set. Returns the updated task. Mutations do not sync automatically — call sync_trigger if cross-device visibility matters. Example: task_clear_alarms({ id: "abc123" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the task to update. Get from task_list or search_query. |