View Single Post
  #2 (permalink)  
Old 12-19-2008, 10:07 AM
ewilen ewilen is offline
Elite Member
 
Posts: 482
Default

Entourage uses WebDAV (an extension of http) to communicate with an Exchange server, basically via the same portion of Exchange that provides their "Outlook Web Access" web interface. So I don't think your proposal will work, technically.

What I think could work would be to provide the bare WebDAV functionality (not sure if Zimbra does this outside of CalDAV, which is an extended special version of WebDAV) and emulate the data format that Exchange uses to share calendar data with Entourage. I believe it's written in XML; I came across someone out there at one point who'd written something to parse the Exchange output and read it into iCal. So to provide Entourage support, you'd do the same thing, sort of in reverse.

If Zimbra included this it would indeed be welcome.

EDIT: Here's the info I found on "scraping" Exchange's WebDAV interface for calendar data:

Peter Krantz: Exporting Exchange calendars to Apple iCal over HTTP and WebDAV
Ryan Hadley: Goodbye Outlook
rexchange

Last edited by ewilen : 12-19-2008 at 10:17 AM. Reason: added resources
Reply With Quote