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]

# 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.