I am developing a asp.net we. Application using Microsoft exchange services, where in i have conference room booking module from which user can book the available conference room for specified duration, now we want to integrate this with Outlook meeting room, where in user can able to book the conference room from our application or Outlook both data should sync.. kindly suggest me the good approach to do the same ... Thanks in advance
Asked
Active
Viewed 789 times
1 Answers
0
Look at using EWS Impersonation https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/impersonation-and-ews-in-exchange. You can then always impersonate the Organizer of the Meeting and create the meeting in their calendar and send the Invitation to the Meeting room which should the AutoAccept if everything is setup correctly and the Meeting is within the booking policy.

Glen Scales
- 20,495
- 1
- 20
- 23
-
Thank you so much glen scales.. how to sync my application with Outlook – user3262500 Nov 21 '19 at 16:16