Getting calendar details from MS Outlook

HiIs there any way that I might be able to get details from a MS Outlook system calendar and display it within a webapp. Any help will be greatThanks
[177 byte] By [Dijon] at [2007-11-26 12:17:12]
# 1
I hope not.
CeciNEstPasUnProgrammeur at 2007-7-7 14:54:20 > top of Java-index,Archived Forums,Socket Programming...
# 2
For a desktop app, there would have been a way to use the Java-Com bridge or something. For an applet, this still might have worked in theory with the libraries installed on the client. But I don't see how a web app would be able to get that data, unless it accesses the Exchange server.
CeciNEstPasUnProgrammeur at 2007-7-7 14:54:20 > top of Java-index,Archived Forums,Socket Programming...
# 3
Check JDIC (https://jdic.dev.java.net/) whether it has support for Outlook object. May be you can check also in eclipse.
sdantam at 2007-7-7 14:54:20 > top of Java-index,Archived Forums,Socket Programming...
# 4
> has support for Outlook object. May be you can check> also in eclipse.How is that going to help with a web app?
CeciNEstPasUnProgrammeur at 2007-7-7 14:54:20 > top of Java-index,Archived Forums,Socket Programming...