I write some C# code that gets user appointments data from exchange server. Until now I worked with exchange 2010 and I used EWS 2.2.
Now I try to get the same data (user appointments - Title, location, time and etc). As I could understand from reading at the internet - I can't use EWS because it's not supporting Exchange 2016.
How can I get the appointments data from Exchange 2016? Links and code examples are welcome.
Thank you very much.