How I can add appointment to Exchange calendar and specify organizer to this appointment?
I work with calendar via EWS (Exchange Web Service) from C# code.
Organizer
field in class Appointment
have only get() method.
I found info about way via ImpersonatedUserId, but this function don't work in new version of Exchange Server.