Help me
Guest
|
Posted:
Mon Oct 24, 2005 8:51 am Post subject:
shared outlook calendar on sharepoint |
|
|
Hi , Ive coded the following onto a content web part. Its meant to display
witin a webpart a shared calender? have i done something wrong. I have tried
using my own personal calendar and that works well. But a shared calendar
doesnt appear anywhere. Is this some sort of security setting or have i got
the wrong syntax in my folder address: Outlook:\\mmtilt09.lopp.com\Mailbox -
ACM QLD Fuel\Calendar
thanks for your help
<object classid="clsid:0006F063-0000-0000-C000-000000000046"
id="ViewCtlFolder" width="100%" height="400px" codetype=
"application/x-oleobject"codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="Outlook:\\mmtilt09.lopp.com\Mailbox - ACM
QLD Fuel\Calendar">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</object> |
|