activate_task
Reactivate a dropped or completed task in OmniFocus by providing the task ID, enabling users to restore tasks for continued use or management.
Instructions
Activate (un-drop or un-complete) a task in OmniFocus.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | The ID of the task to activate |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "The ID of the task to activate",
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}