RogerSelwyn / O365-HomeAssistant

Office 365 integration for Home Assistant
MIT License
194 stars 15 forks source link

No task lists #249

Open williamg97 opened 1 week ago

williamg97 commented 1 week ago

So this seems to be an issue with the graph API itself.

Long story short I originally was getting only the "Flagged Emails" list back from the extension even though i have over 20 lists in my app. I then used the Graph API explorer and confirmed the same - only the flagged emails list in the API response.

Now when I turned "Flagged Emails" on then off in the Windows App it stopped returning any lists at all. See below:

image

I then found this issue which told me to try the delta endpoint instead: https://learn.microsoft.com/en-us/answers/questions/594742/microsoft-graph-todo-api-doesnt-return-all-task-li

image

So clearly theres some issue with the actual API itself (maybe I have too many lists), but I thought it was worth creating this issue in case it would be better to use the delta endpoint instead?

RogerSelwyn commented 1 week ago

Hmm, not an easy one since all the calls are made in an external library 'python-o365'. I probably won't get to look at it until the week after next.