question

Charles-0327 avatar image
1 Vote"
Charles-0327 asked SamClopton-0269 edited

Can I move a Microsoft To Do Task from one List to another using Graph API?

I'm using the Microsoft Graph API in NodeJS to maintain some Microsoft To Do lists.
I want to move a To Do Task from one List to a different List using the Graph API.
Is this possible? I don't see the List ID anywhere in the To Do Task JSON when I query a task.
This is the endpoint I am using:
https://graph.microsoft.com/v1.0/me/todo/lists/<List ID>/tasks/<Task ID>


microsoft-graph-todo
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I'm running into similar issues with synchronizing tasks, in that when changing a list or deleting a task, the id changes removing any sort of referential integrity.

0 Votes 0 ·

0 Answers