I'm trying to add appointments to a public calendar folder from ASP for an intranet application, but the web server I'm using (IIS 5) is not also the company's Exchange (2000) server, so I don't have access to CDO for Exchange 2000 from the ASP pages.
1) Is it possible to install CDOEX on the web server, giving the web pages access to CDO, without fully installing Exchange 2000 Server? If so, how?
2) Is there a way to add appointments to a public calendar folder without using CDOEX at all? I tried installing an Outlook client on the server and using the Outlook.Application object from ASP to do this, but I'm getting permissions errors trying to create the object.
This seems like it shouldn't be that difficult, but I'm having a lot of trouble finding information. Any help would be GREATLY appreciated.
1) Is it possible to install CDOEX on the web server, giving the web pages access to CDO, without fully installing Exchange 2000 Server? If so, how?
2) Is there a way to add appointments to a public calendar folder without using CDOEX at all? I tried installing an Outlook client on the server and using the Outlook.Application object from ASP to do this, but I'm getting permissions errors trying to create the object.
This seems like it shouldn't be that difficult, but I'm having a lot of trouble finding information. Any help would be GREATLY appreciated.