microsoft-graph-apimicrosoft-todo

Is it possible to set category on a Microsoft To Do task using the Microsoft Graph API?


I'm interested in using Graph API in order to manage tasks within MS To do. I've already found documentation for creating a new task. However, I didn't find anything about the following during a new task creation or task update:

Maybe someone has information about it.


Solution

    1. As of now there is no way you can create sub-task with Microsoft Graph. There is a feature request already present here, please upvote it so that product team may consider it for development in future.
    2. For category as well we cannot get or set the data as of now. For this as well there is a feature request here. Please upvote it.
    3. For the assignment as well there is a uservoice here. Please upvote it so that it may be implemented in future.