Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Outlook Calendar link from web page

Status
Not open for further replies.

oaklandar

Technical User
Feb 12, 2004
246
US
I am trying to grab an Outlook Calendar on a CF web page.
The below links to my local Outlook calendar. Please advise how I can get a Group Calendar instead of fetching my local Calendar?

Code:
<object classid="clsid:0006F063-0000-0000-C000-000000000046" id="ViewCtlFolder" width="100%" height="400px" codetype= "application/x-oleobject">
    <param name="Namespace" value="MAPI">
    <param name="Folder" value="Calendar">
    <param name="Restriction" value="">
    <param name="DeferUpdate" value="0">
</object>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top