Search code examples
asp.netcalendaroutlookexchange-serveroutlook-addin

change Microsoft exchange calender from ASP.net page


I have a meeting schedule system that schedules meeting time. I would like to make an ASP.net /C# application that can edit the Microsoft Exchange calender of my organization from the ASP.net page. The exchange calender is present in Microsoft Outlook.

For retrieving calender information by importing the calender in .ics format. the following might be useful (Although I did not try) http://www.codeproject.com/Articles/17980/Adding-iCalendar-Support-to-Your-Program-Part


Solution

  • If this is for Office 365 customers, you can use our .NET library that uses Office 365 REST APIs for calendar. If you are targeting an on-premises Exchange server, then you can use EWS Managed API and use "Exchange 2013 Create meetings programmatically" code sample from Exchange 2013 101 Code Samples. Hope this helps ...

    Thanks,

    Venkat