I have developed a meeting room booking application using C# asp.net MVC and SQL server, where in user can book conference rooms based on availability of conference room on selected time frame, Now I want to add a functionality to my application to sync meeting room booking details with Outlook .
Note:I have created a Outlook email I'd for each meeting rooms.
If I book a meeting room for a particular date and time in my application it's should automatically be added to respective Outlook email accounts calendar and if I book a meeting room in Outlook it should be automatically added to my application ..
I have researched about it but I didn't get relevant information.Kindly help me to achieve this..