Is there any way to link a company shared calander to my web page.

F

flyboy8

I have a company what's happening calander on my webpage and would like it to
come from the shared calander I keep in outlook. Is there any way to link
the two ?
 
E

Eric Legault [MVP - Outlook]

Is this web page currently displaying a Calendar using the Outlook View
Control? If so, you can set the folder property to point to your default
shared calendar (assuming it is setup for Delegation). You'd need to add
some VBScript to return the correct folder and set the OVC to it.

Using the Microsoft Outlook View Control:
http://www.outlookcode.com/d/ovc.htm
 
Top