16 Sep
Posted by Joe as ColdFusion, Microsoft
One of the guys I work for came up to me at work last week. He asked me if I could send an Outlook Appointment email to users when they signup for a meeting on the web site I was working on. I said I don’t know I’ll have to check it out. I wouldn’t [...]
I found this code online. It allows a user to see their current meetings in their Outlook Calendar. The only two requirements is that the user has IE and Outlook on their machine.
<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=”Calendar”>
<param name=”Restriction” value=”">
<param name=”DeferUpdate” value=”0″>
</object>
Demo Outlook Calendar
addthis_url = ‘http%3A%2F%2Fwww.jmmclaughlin.com%2Fblog%2F2007%2F09%2F16%2Faccess-outlook-calendar-from-ie%2F’;
addthis_title [...]