Graph API
3 TopicsGraph API 1.0 - Listing lists doesn't return all lists (todoTaskList)
Hi, first time posting here, please let me know if I should be doing something differently! I've searched throughout the internet and couldn't find a reason for this. I've got a couple of users running into a problem where the https://learn.microsoft.com/en-us/graph/api/todo-list-lists?view=graph-rest-1.0&tabs=http endpoint only returns one list (Flagged Emails), though these users have and see many other lists in the To Do desktop (macOS) app. I've confirmed in both cases it's the same user that's identified in my app/integration and in the desktop app. They can see the tasks in that list without a problem. There are no errors requesting that list, and asking via `/users/{id|userPrincipalName}/todo/lists` also returns the same response (with that one list). Is there any known situation where this could be happening? Am I missing something obvious? Is there something else I should be trying? I've got many other customers using the To Do integration without a problem. I'm aware "My Day" and a few other special lists aren't returned. Thank you so much!236Views0likes6CommentsTo 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.9KViews3likes2Comments"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.781Views0likes1Comment