I'm trying to sync all calendars in my exchange server with my app, and for that, I am using PHP-EWS: jamesiarmes/php-ews!
After some research, I found 2 options to consider:
Push notifications - I've worked with something similar before, in this case, I should know how it works!
Streaming notifications - I've never worked with this before and I don't understand it, do I need to check from x to x time if there are any notifications for the created channel?
Can you help me choose between the two of them since I don't understand the streaming notification to 100%?