RogerSelwyn / O365-HomeAssistant

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

Feature Request: Support for checklist items with To-Do tasks #226

Closed SquidBytes closed 4 months ago

SquidBytes commented 4 months ago

Just started using this as I'm trying to use a To-Do list. Microsoft To-Do Web & Application supports "Steps" underneath various tasks image

Taking a peek at the API documentations it appears these are able to be obtained. API Docs: https://learn.microsoft.com/en-us/graph/api/resources/todo-overview?view=graph-rest-beta&preserve-view=true#checklist-item

I figured I would open a feature request instead of going down the rabbit hole trying to implement it myself.

I do not think these Steps/Checklists would be able to use the Home Assistant To-Do card. But they should be able to be used in Markdown cards.

RogerSelwyn commented 4 months ago

The capability to retrieve checklists would need to be added to the library this integration uses to access MS365., it isn’t currently supported.

https://github.com/O365/python-o365

SquidBytes commented 4 months ago

Ahhh. That's why, when peeking at the code, I didn't see any API functions. That makes sense. I'll close this, and open a request over there. If that does get implemented into python-o365 I can either re-open this issue - or you may already be on it. Thank you