create_task
Add a new task to a Microsoft To Do list, with support for recurrence patterns and reminder notifications.
Instructions
Create a new task in a To Do list. Supports recurrence and reminder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| title | Yes | ||
| body | No | ||
| importance | No | ||
| due_date | No | ISO 8601 | |
| time_zone | No | ||
| categories | No | ||
| recurrence | No | Microsoft Graph patternedRecurrence. Combines pattern (type, interval, ...) and range (type, startDate, ...). | |
| is_reminder_on | No | ||
| reminder_date_time | No | ISO 8601 | |
| reminder_time_zone | No | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |