Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to display Outlook calender on asp.net and how to import Outlook Calender data into MySql Database?
Posted
Comments
Maciej Los 11-Aug-13 17:00pm    
Waht you meam: "display Outlook calendar data on asp.net"? What exactly do you want to display?
VB.NET, C#, Java?
What do you want to import into MySQL database?

1 solution

To be short: you can not open Outlook calendar from a web application, not from client side, and even less from server side. There were methods that could be used with ActiveX from Internet Explorer, but newer IE versions have closed those security holes. You should not try to solve this by client side means. And Outlook is on client side. It won't work.
But you can access the Exchange server (the one that is actually storing the calendar) via the Exchange Web Service from version 2007 on. Look here: http://msdn.microsoft.com/en-us/uc14trainingcourse_5l_topic2.aspx[^]
If you have Exchange version 2003, you still have some possibilities: http://stackoverflow.com/a/878299[^].
 
Share this answer
 
Comments
Maciej Los 11-Aug-13 17:02pm    
+5!
Zoltán Zörgő 11-Aug-13 17:03pm    
Thank you.
Manas Bhardwaj 11-Aug-13 17:11pm    
Yes +5!
Musakkhir 12-Aug-13 18:01pm    
ok, I will try.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900