Exchange calendars

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
drake
Forum Newbie
Posts: 3
Joined: Tue May 28, 2002 1:18 am
Location: Lausanne, CH

Exchange calendars

Post by drake »

Hi folks,
I'm looking for a part of code that allow me to connect a remote Exchange server and to consult it's calendars. In a sort of way as IMAP does for the mailboxes.

I've already tried to open calendars with IMAP like another mailbox but it doesn't give usable.

Please help me, I really need this stuff :cry: .
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

I'm not sure, but exchange servers are capable of WebDav, aren't they?
If so, you may access it that way with mod_dav.

Now I'm sure: found these links
http://msdn.microsoft.com/library/en-us/wss/wss/wss_references_webdav.asp
http://www.xythos.com/files/home/xythos/WebDAV_Essentials.htm

But I hope (for you) that there is a simpler way to obtain the data you need ;)
drake
Forum Newbie
Posts: 3
Joined: Tue May 28, 2002 1:18 am
Location: Lausanne, CH

WebDav and Exchange 5.5

Post by drake »

Thank you for answering me!

I have just roamed through the links you gave me.
And I was so sad to find that webDav only works with Exchange 2000. And of course I have only Exchange 5.5, am I screwed or do you know another tricks to catch these calendars?
Post Reply