Hello,
our goal is to create a web application that will creacte appointment on behalf of a specified user (we don't know user password). The appointment must be exactly the same as user create it in Outlook.
1. Is it possible to create appointment on behalf of a specified user, that will be exactly the same as user create it in Outlook? There is an article Howto: Set the organizer of a meeting on the calendar of an attendee using EWS. that say that it is not possible.
2. Are we right that we need to use impersonation (Working with impersonation by using the EWS Managed API) ?
Thank you.