Display Ms Outlook calendar in web page(ASP.NET)

I want to display MS outlook calendar by NAME on a web page. For example i have created three calendars in MS outlook under my profile

  1. CAL One
  2. CAL Two
  3. CAL Three

How can i show CAL One or CAL Two or CAL Three on a webpage. I have looked into Exchange Web Services (EWS) but it doesn't tell me how can u show calendars by name. It only shows your default calendar.

I am doing it in C#

Thanks

March 23rd, 2015 10:39pm

For non-default calendars, they can be named anything and pretty much located anywhere in the user's mailbox folder hierarchy. You have to iterate through the folders and check if they are calendars. You can use the FolderClass property to check, for calendar folders it is set to "IPF.Appointment".

Free Windows Admin Tool Kit Click here and download it now
March 24th, 2015 9:14am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics