python-o365
python-o365 copied to clipboard
Support for Subscription/notifications API
Hi, is there support for subscriptions? Thanks.
nope
But it would be very nice to have! Are there any plans to add it?
Nope, PR are welcome!
Yeah, I don't think that's going to happen. ;)
I implemented it for my project, but it's a non-trivial problem. The subscription API only works over HTTPS connections and only to sites that have a full and valid certificate chain, so no self-signed certificates and no sites that don't have a valid DNS entry. I don't think there is a way to do this in a python library in a way that is easy to use. :(
I believe this is actually related to the draft PR #1137, at least partially. So maybe one day.