I'm looking to do some SOAP integration but the developer wiki doesn't say much about using the soap interface. Are their any examples of using soap to pull calendar info using PHP?
I am now under the gun to get a Groupwise integration module working. Our Centric partner has not been any help. And if I can't get this working soon we will be moving to Sugar because of an available calendar integration piece. We must have a serverside integration of calendar items...address books will be next. I have the Group wise part finished. I can listen for new calendar events and if the subject contains "Centric:" than I capture it. I just need an easy way to then get this into Centric. It would also be nice to do the opposite. So when a centric calendar event happens I can capture it and send it into Groupwise. For groupwise access i'm using PHP and soap. I know this can be done in Java but I don't really know java.
Please help!