Click to See Complete Forum and Search --> : Exchange Server 2007 / adding appointment to outlook with Java
coatsy
12-28-2007, 01:04 PM
We have recently upgraded to Exchange Server 2007 from 2003. In a few of our web applications, we are automatically adding appointments to users calendars using HttpClient PostMethod. This no longer works since the upgrade. Any ideas or suggestions?
BGreiner
06-19-2008, 05:37 AM
Hi,
I had the same problem, that I can't create appointments since Exchange2007.
Have you found a solution meanwhile.
I would be very appreciate if you have some hints for me.
Bernd
coatsy
06-19-2008, 09:17 AM
I did get this working. We had to use the microsoft exchange web services to make it work. I am using this url (http://mail.domainName/ews/exchange.asmx) and then concatenate the appointment information in xml to pass to postMethod.setRequestBody(xml). Here is a link that might help: http://msdn.microsoft.com/en-us/library/aa493870(EXCHG.80).aspx. I know this is vague, because I don't know where you are at in the process. Let me know if you need additional help.