Graph API
2 TopicsTo Do's My Day in graph API
It would be great to have access to the My Day list in Microsoft To Do though the Graph API. This will allow integration with other services. For example, I would like to integrate it with dakboard such that I will be able to see with a single glimpse the current time, the current tasks I should be working on, and my schedule.1.7KViews1like2Comments"My Day" not a standalone tasklist?
I am trying to use the Microsoft Graph API to integrate Microsoft ToDo in my app. I want to get the tasks that are shown in the "My Day" folder. The problem is that with "GET https://graph.microsoft.com/v1.0/me/todo/lists"I only get the "Tasks" folder and all the task lists that I created. The "Important" Folder also doesn't show up in the response. I specifically want to access the "My Day" folder but havent found out how. Is it possible to do so, or does the "My Day" folder not count as a standalone task list? Even if its not a task list, shouldn't it be possible to still access all the tasks that have the tag "Added to My Day"? Any help is greatly appreciated.707Views0likes1Comment