Trackbacks
Trackback specific URI for this entry
No Trackbacks
Comments
Display comments as
(Linear | Threaded)
i have used the link to logon.
But is there a way cith curl to do a search and get XML info back.
For the calendar for example?
But is there a way cith curl to do a search and get XML info back.
For the calendar for example?
johan, unfortunately I'm not much of a whiz at cURL at all, which was why I had to find someone else's code to help me out with it. I believe the code from Tyler Hall (list item #3) has some comments in it to help with getting information from the calendar. I haven't tried any of it though. I unfortunately wouldn't know how to get it to work. As for getting XML data back, it's doubtful. There is no API, this is basically web-scraping the HTML to decipher what is available. Exchange 2007 supposedly has an API but I don't yet know if it's finalized, nor will I even have a chance to mess around with it until late 4th quarter this year when ours is scheduled to be installed. Since I'd imagine you're using Exchange 2003, I don't think you'll have access to any API or XML data return; at least not without a third party tool installed on the exchange server itself (of which I cannot recommend any particular product, I'm simply making an assumption that one might exist somewhere).
You can het XML from the server.
I have an perl script that does the job, but i can't het it to work unther PHP.
You run an dav search, but i am unable to make it work.
Any point will be great
I have an perl script that does the job, but i can't het it to work unther PHP.
You run an dav search, but i am unable to make it work.
Any point will be great
johan:
Unfortunately I'm not very familiar with Exchange. I do not have access to our server except via the Outlook Web Access page(s). I did not know about WebDAV. With our organization's security policies, I'd imagine our WebDAV is locked down, but I can't verify that at the moment. I did find, thanks to Google, some further code - but I don't think it can be run via PHP (unless PHP is installed on a Windows' server, but at that point, I'd have to ask why even use PHP?).
http://www.msexchange.org/articles/Access-Exchange-2000-2003-Mailbox-WebDAV.html
Hopefully that will help you. I'm sorry I can't really help any further.
Unfortunately I'm not very familiar with Exchange. I do not have access to our server except via the Outlook Web Access page(s). I did not know about WebDAV. With our organization's security policies, I'd imagine our WebDAV is locked down, but I can't verify that at the moment. I did find, thanks to Google, some further code - but I don't think it can be run via PHP (unless PHP is installed on a Windows' server, but at that point, I'd have to ask why even use PHP?).
http://www.msexchange.org/articles/Access-Exchange-2000-2003-Mailbox-WebDAV.html
Hopefully that will help you. I'm sorry I can't really help any further.


