Thank you Normand. That helped me a lot. From there I searched around for
outlctlx.cab and found something that might benefit you. This page shows you
how to display a shared calendar on a web page:
http://support.microsoft.com/kb/281618
Thanks again.
-Adam
"Normand" wrote:
[color=blue]
> Hi Adam,
>
> I use that code to view outlook :
> id="OVCWPQ1"
> codebase="http://activex.microsoft.com/activex/controls/office/outlctlx.CAB#ver=9,0,0,3203" width="50%" height="100%">
>
>
>
>
> this is my code to save a appointement:
> var currentDate = new Date();
> var olAppointmentItem = 1;
> var user_view = "XXX YYYY";
> var out = new ActiveXObject( "Outlook.Application" );
> var myNameSpace = out.GetNameSpace("MAPI");
> var myRecipient = myNameSpace.CreateRecipient(user_view);
> myRecipient.Resolve;
> Calen...
Content suppressed by ://URLFAN, for full article visit source