Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: HTML link towards Outlook calendar


Message #1 by "Elizabeth SCHMITT" <elisabeth_schmitt@m...> on Wed, 27 Mar 2002 10:30:08
Hello,

From an HTML page (developped with Dreamwaver) I want to open a specific 
Outlook calendar (depending on which people has been choosen). I don't 
know the syntax to write in the HTML code to do that.
Can you help me
Thanks in advance 
Message #2 by "Morten Grøtan" <morten.grotan@e...> on Wed, 27 Mar 2002 11:55:33
As HTML is just a markup language, you'd obviously need to use some sort 
of scripting language. The most obvious would be ASP on the server. I 
guess you could also manage to start Outlook from the client side, by 
invoking an "Outlook.Application" object from either JavaScript or 
VBScript, but I don't see how you could choose a specific calendar.

Can you perhaps detail your question somewhat more?

> Hello,

> From an HTML page (developped with Dreamwaver) I want to open a specific 
O> utlook calendar (depending on which people has been choosen). I don't 
k> now the syntax to write in the HTML code to do that.
C> an you help me
T> hanks in advance 
Message #3 by "Siegfried Weber" <sweber@c...> on Wed, 27 Mar 2002 14:01:58 +0100
Assuming you are using Exchange 2000 the URL to a calendar would look
like that:

http://yourexchangeserver/exchange/yourmailbox/calendar

Note that the last part might change if you use a localized version of
Exchange 2000.

> -----Original Message-----
> From: Elizabeth SCHMITT [mailto:elisabeth_schmitt@m...]
> Sent: Wednesday, March 27, 2002 11:30 AM
> To: ASP CDO
> Subject: [asp_cdo] HTML link towards Outlook calendar
>
> Hello,
>
> From an HTML page (developped with Dreamwaver) I want to open a
specific
> Outlook calendar (depending on which people has been choosen). I don't
> know the syntax to write in the HTML code to do that.
> Can you help me
> Thanks in advance

  Return to Index