python-o365
python-o365 copied to clipboard
Microsoft To Do integration
Similarly to #378 , I was wondering whether there were plans to add support for Microsoft To-Do?
I've made an initial implementation using the Graph API here (currently only in beta), based on the architecture in calendar.py:
https://graph.microsoft.com/beta/me/outlook/tasks
I don't mind tidying up my implementation and submitting a pull request, but I thought I should check if something is already in the works because I don't want to duplicate effort.
Hi!
Nothing is planned for outlook tasks.
PR are welcome!
Thanks
Hello! Is there anything new about this? Are there plans to add the Check-List fields for Tasks as well?

@Nitschi no plans. PR are very welcome
Sorry, I forgot to close this after #524.