python-o365 icon indicating copy to clipboard operation
python-o365 copied to clipboard

Support for Subscription/notifications API

Open metalshanked opened this issue 5 years ago • 4 comments

Hi, is there support for subscriptions? Thanks.

metalshanked avatar Apr 25 '20 19:04 metalshanked

nope

alejcas avatar Apr 26 '20 09:04 alejcas

But it would be very nice to have! Are there any plans to add it?

RandomNameUser avatar May 04 '20 13:05 RandomNameUser

Nope, PR are welcome!

alejcas avatar May 04 '20 16:05 alejcas

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. :(

RandomNameUser avatar Jun 22 '20 14:06 RandomNameUser

I believe this is actually related to the draft PR #1137, at least partially. So maybe one day.

kwilsonmg avatar Nov 19 '25 15:11 kwilsonmg