I need to expose room availability information from a web service that will be consumed by a number of other applications. The availability information is stored within Exchange 2003, and can be viewed using Outlook 2003/2007 today.
What API or Web Service (if available) should I be using to get to this information? I imagine that I could use the Outlook API to get at it, but that is not feasible in this situation. It is also impossible to upgrade to Exchange 2007 or newer at this time. I'd like to write the application in C#, but assume the general APIs may be COM-based.