For a project I'm working on, I need to subscribe to Exchanges server side events. Each time a calendar appointment is created, whether from Outlook or the web ui, I need to access the appointment data (date & time, participants, location, etc) so I can send it to an internal reporting service.
I know you can do this in Outlook with an addin, but can you do this server side as well? Not everybody will use Outlook, there's the web ui and other internal projects that can create appointments directly via EWS.