HybridDK 0 Newbie Poster

Very interesting script! Just about the only PHP script I've been able to find on this topic.

Im trying to write a script to access the public calendar and publish this to our intranet, but we're using Forms Based Authentication on your exchange server. This means Im not able to use this script because you have to query /exchweb/bin/auth/owaauth.dll with the username and password, save the incoming cookie and further use this to gain access to the goods. Is it possible to make a FBA compatible version of this script?

- HybridDK

HybridDK 0 Newbie Poster

Hi,

Im writing an intranet at work in PHP and on this intranet I'd really like to have an infobox, with information from our public calendar on our exchange 2003 server. I've struggled with this challenge a long time now and happened to stumble over Troywolf's PHP script. My problem is that, we use Forms-Based Authetication (FBA) so the server only returns a "440 Login Timeout". But hey, at least I get something out of the server :P

I've tried to find a solution to this problem and it seems that, when FBA is enabled you need to post the login details to the /exchweb/bin/auth/owaauth.dll. I've been unable to succeed in doing this. If any of you could help me out, it would be much appreciated :)

- HybridDK