create_todo_task
Create a to-do task in a Microsoft Graph list by specifying title, list ID, due date, body, importance, and reminder options.
Instructions
Create a To Do task. due_date: YYYY-MM-DD. importance: 'low', 'normal', 'high'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| list_id | Yes | ||
| due_date | No | ||
| body_text | No | ||
| importance | No | ||
| is_reminder_on | No | ||
| reminder_datetime | No |