Hi folks -
I'm trying to build a calendar app that interfaces directly with the information store on our Exchange server. Exchange supports access to this information via a variety of methods, but WebDAV seems like the most practical. (Yes, I'm aware that Exchange has a built-in web interface; we need to build a custom version for business reasons.)
I've tried a few different PHP WebDAV libraries - including one that had an example specifically for retrieving information from an Exchange server - but I can't get any of them to work. Specifically, I've tried Net_HTTP_Client, HTTP_WebDAV_Client, and a couple of libraries written by Troy Wolf. All of them either time out or produce nonsensical errors when trying to initiate a connection or retrieve data after connecting. I'm following the "simplest possible implementation" examples provided with the libs.
I realize this is a pretty vague question, but this is my first foray into WebDAV...does anyone have experience with this sort of thing? Can you recommend a particular library that works well, or offer any general tips on getting started with WebDAV in PHP? If you've worked with any of the libraries in question, might I probe you with more specific questions about the errors I'm getting?