M
Martin Perfelian
Hi!
I am looking at incorporating very basic outlook functionality in an
intranet. The intranet is based on asp.net and all users are running
outllok 2000 (soon 2003).
I have looked at the sample outlook today page and display the current
users calendar in the intranet. I use the following object together
with html databinding to render the information:
<OBJECT ID="CalList"
CLASSID="CLSID:0468C085-CA5B-11D0-AF08-00609797F0E0" VIEWASTEXT>
<PARAM NAME="Module" VALUE="Calendar">
</OBJECT>
However, I also want to display a different calendar (for common
calendar items) below the personal one. The common calendar is
implemented in exchange as a new user with a shared calendar. How do I
specify the common calendar I want to display? I have tried using the
folder property with no success.
Kind regards,
Martin Perfelian
I am looking at incorporating very basic outlook functionality in an
intranet. The intranet is based on asp.net and all users are running
outllok 2000 (soon 2003).
I have looked at the sample outlook today page and display the current
users calendar in the intranet. I use the following object together
with html databinding to render the information:
<OBJECT ID="CalList"
CLASSID="CLSID:0468C085-CA5B-11D0-AF08-00609797F0E0" VIEWASTEXT>
<PARAM NAME="Module" VALUE="Calendar">
</OBJECT>
However, I also want to display a different calendar (for common
calendar items) below the personal one. The common calendar is
implemented in exchange as a new user with a shared calendar. How do I
specify the common calendar I want to display? I have tried using the
folder property with no success.
Kind regards,
Martin Perfelian