Developing a web-based application to retrieve calendar info in Exchange 2003

Asked By 0 points N/A Posted on -
qa-featured

I am trying to develop a web-based application which retrieves calendar information in Exchange 2003. It is necessary to use a tool or another server to get it done. I have tried much but failed. Help me!

SHARE
Answered By 55 points N/A #104790

Developing a web-based application to retrieve calendar info in Exchange 2003

qa-featured

In which platform you are trying to develop the application?

If you are using an ASP.NET based application then it has few libraries that directly allow you to the exchange server and allow you to use it features.

  1. Just use the variables from the libraries. Make a connection set and specify the parameters.
  2. This is a compound variable, means that you can access the attributes name by using Variable.TableName syntax. This is how you can retrieve the information of the calendar from the exchange and then use the variable to where ever you want to get the job done.

If you are using any other platform then you have to make a new database with the same information copied there and then use the libraries of that specific platform to access it.

Related Questions