move_task
Move a task between Microsoft To Do lists while preserving title, body, due date, recurrence, reminder, and categories. Note: checklist items and linked resources are not transferred.
Instructions
Move a task from one list to another. Recreates the task in the target list (title, body, due, recurrence, reminder, categories preserved) then deletes the original. Note: checklistItems and linkedResources are NOT moved (Graph limitation). The task ID changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_list_id | Yes | ||
| task_id | Yes | ||
| target_list_id | Yes | ||
| verbose | No | If true: returns full JSON. Otherwise: compact text format (default, saves tokens). |