outlook_create_task
Create a task in Microsoft To Do with due date, importance, body, and recurrence. Supports reminder and optional list assignment.
Instructions
Create a Microsoft To Do task with optional due date, importance, body, and recurrence.
Example: outlook_create_task(title="Send invoice", due="2026-09-01", importance="high")
due is ISO 8601. importance is "low", "normal", or "high". Defaults to the user's default
list when list_id is omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| list_id | No | ||
| due | No | ||
| importance | No | ||
| body | No | ||
| reminder | No | ||
| recurrence | No |