create-todo-linked-resource
Links a Microsoft To Do task to an external resource such as an email or file, providing context and tracking the association.
Instructions
Create a linkedResource object to associate a specified task with an item in a partner application. For example, you can associate a task with an email item in Outlook that spurred the task, and you can create a linkedResource object to track its association. You can also create a linkedResource object while creating a task.
💡 TIP: Links a resource to a To Do task. Body: { webUrl: 'https://...', applicationName: 'Mail', displayName: 'Related email', externalId: 'optional-id' }. Use to link tasks to emails, files, or web pages for context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| todoTaskListId | Yes | Path parameter: todoTaskListId | |
| todoTaskId | Yes | Path parameter: todoTaskId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |