Is it possible to access Exchange 2003 public calendar through ASP (Exchange
& IIS will be in separate machine)?
- Dan
Is it possible to access Exchange 2003 public calendar through ASP (Exchange
& IIS will be in separate machine)?
- Dan
Hello,
you can use WebDAV with the xmlhttp (or xmlhttpserver) object.
See
http://msdn.microsoft.com/library/en...ces_webdav.asp
and
http://msdn.microsoft.com/library/en...ring_intro.asp
and if you are using Form-based authentication:
http://www.infinitec.de/exchange/how...avwithfba.aspx
Greetings,
Henning Krause [MVP]
==========================
Visit my website: http://www.infinitec.de
Try my free Exchange Explorer: Mistaya
(http://www.infinitec.de/software/mistaya.aspx)
"Dan" <daniel_c_hate_spam@NoSpam_myrealbox.com> wrote in message
news:Ol1oABL$EHA.1296@TK2MSFTNGP10.phx.gbl...
Is it possible to access Exchange 2003 public calendar through ASP
(Exchange
& IIS will be in separate machine)?
- Dan
Thanks Henning, I'll give it a try.
"Henning Krause [MVP]" <newsgroup.no@spam.infinitec.de> wrote in message
news:ORp6kAT$EHA.1400@TK2MSFTNGP11.phx.gbl...
Hello,
you can use WebDAV with the xmlhttp (or xmlhttpserver) object.
See
http://msdn.microsoft.com/library/en...ces_webdav.asp
and
http://msdn.microsoft.com/library/en...ring_intro.asp
and if you are using Form-based authentication:
http://www.infinitec.de/exchange/how...avwithfba.aspx
Or even easier, just use URLs to display the calendar using Outlook Web
Access.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
"Dan" <daniel_c_hate_spam@NoSpam_myrealbox.com> wrote in message
news:ePtmp3W$EHA.3700@tk2msftngp13.phx.gbl...
Thanks Henning, I'll give it a try.
"Henning Krause [MVP]" <newsgroup.no@spam.infinitec.de> wrote in message
news:ORp6kAT$EHA.1400@TK2MSFTNGP11.phx.gbl...
Hello,
you can use WebDAV with the xmlhttp (or xmlhttpserver) object.
See
http://msdn.microsoft.com/library/en...ces_webdav.asp
and
http://msdn.microsoft.com/library/en...ring_intro.asp
and if you are using Form-based authentication:
http://www.infinitec.de/exchange/how...avwithfba.aspx
"Tom Rizzo [MSFT]" <thomriz@microsoft.com> wrote in message
news:%233VSg3JAFHA.960@TK2MSFTNGP10.phx.gbl...
But username & password will be asked (popup window), also what I need isOr even easier, just use URLs to display the calendar using Outlook Web
Access.
Tom
--
Looking for a good book on programming Exchange, Outlook, ADSI and
SharePoint? Check out http://www.microsoft.com/MSPress/books/5517.asp
the data itsself inside the calendar, so I can customize the way it looks.
Is there any way to prevent the logon window to pop-up for public folder
only ?
TIA,
- Dan