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?
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>