Outlook View Control - Show other user's calendar

R

reepster

I have created a team calendar in SharePoint using the following MAPI code
however I have an issue when trying to pull in another user besides my own
user name. In the past I had always used a little VBScript to pull in other
users calendar through a content editor webpart in SharePoint and it worked
flawlessly; however I am in a SP environment where they do not allow
VBScripts so I had to try the MAPI route. The following is the code I used
to pull in the Outlook MAPI Calendar but it will only pull in my own calendar
when I place my username in the code, if I place any other username is only
shows white space. I have adjusted permissions to Author in Outlook for the
Calendar but still doesn't work. Any help would be appreciated:

<body>

<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder
width="100%"
height="430"
codebase="
http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,0,3203
">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Mailbox - Doe, John\calendar">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>

</body>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top