O365 / python-o365

A simple python library to interact with Microsoft Graph and Office 365 API
Apache License 2.0
1.65k stars 419 forks source link

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

Open SquidBytes opened 4 months ago

SquidBytes commented 4 months ago

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.

alejcas commented 4 months ago

I don't have the time to implement this. PR are very welcome.

Thanks