Converts Exchange 2007 calendars to iCalendar format.
This allows users to view Exchange calendars with an iCalendar client (like Apple iCal and Mozilla Sunbird). Check out code from source and compile using maven.
Usage
- check out code from source, and compile/deploy using maven
- with your iCal client subscribe to https://tomcat-host/Exchangeling/
use your Exchange username and password
- to view another user's calendar add "?user=other-user-email-address" to the end of the URL
(the other user must give you permission to view their calendar in Exchange)
- You can add few parameters:
- user = someone's exchange address to view their calendar
- b = number of days back to include (default 30)
- a = number of days ahead to include (default 180)
Requirements
- Tomcat
- Compiled EWS Soap Library, see http://tp.its.yale.edu/confluence/display/EXCH/Introduction+to+MS+Exchange+Web+Services+via+Java(JAXWS) for instructions
- build with Netbeans and edit Services.wsdl, help.html, and pom.xml to replace all washington.edu instances with something else that is appropriate for your site.