Task Get Task
task_get_taskRetrieve full details and body of a single Outlook task using its entryId.
Instructions
Fetch full detail (including body) for a single task by its Outlook entryId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entryId | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| status | Yes | Mirrors COM's `OlTaskStatus` 1:1 (see design.md's "Status mapping" decision). | |
| subject | Yes | ||
| due_date | No | ||
| entry_id | Yes | ||
| is_complete | Yes |