Is it possible to subscribe to EWS Notifications using python's exchangelib
or any other library?
I haven't been able to find how to do it or even if it is possible using Python. I know it is possible with PHP using the php-ews
library but I rather do the it in Python.
Maybe someone can point me in the right direction?