First Capital
Member
- Outlook version
- Outlook 2010 64 bit
- Email Account
- Exchange Server
Colors for Appointments - Events - NON ALL DAY EVENTS !
I am editing the Standard Month 01 template.
Trying to print Colors for Single Appointments these are the Smaller 1/2 hour incremental Appointments.
No Colors are showing. They do not carry over from Outlook using versions 2007- 2010
Below i have included the altered code from this Template: Month_StandardMonth01

I'm getting really good at going back and forthe editing,. so please help me. Pleeeeez.!

I am editing the Standard Month 01 template.
Trying to print Colors for Single Appointments these are the Smaller 1/2 hour incremental Appointments.
No Colors are showing. They do not carry over from Outlook using versions 2007- 2010
Below i have included the altered code from this Template: Month_StandardMonth01

I'm getting really good at going back and forthe editing,. so please help me. Pleeeeez.!

PHP:
?xml version="1.0" encoding="utf-8"?<!--MonthDayCalendar Sizer-->
<monthdaycalendar column="1" row="3">
<monthformat>
<dockpanel>
<weekheader format="dddd" fontsize="10pt" height="0.3in" orientation="Top">
<weekgrid orientation="Fill" unitrestriction="false" numcolumns="7" numrows="Auto">
<spanningalldayarea margin="2" isuniform="false" maxsize="116" minsize="0">
<alldayappointment height="36" margin="2,1,2,0">
<bar width="5" orientation="Left" borderthickness="0,0,1,0" visibility="Collapsed">
<conditionalformat visibility="Visible" condition="BusyStatus eq 'Free'">
<conditionalformat visibility="Visible" condition="BusyStatus eq 'Tentative'">
<conditionalformat visibility="Visible" condition="BusyStatus eq 'OutOfOffice'">
</conditionalformat>
<content fontsize="6pt" orientation="Fill" margin="2,0,2,0" textwrapping="Wrap" separatorfontfamily="WingDings" separator="116" horizontalalignment="Left">
<contentelement fontweight="Bold" source="Subject">
<contentelement source="Location">
<contentelement source="Organizer">
<contentelement source="CategorySymbols">
</contentelement>
</contentelement>
</contentelement>
</contentelement>
</content>
</conditionalformat>
<dayformat>
<grid height="Auto" columnsetting="*" rowsetting="*">
<calendartext column="0" row="0" fontsize="14pt" horizontalalignment="Right" fontweight="Normal" verticalalignment="Bottom" fontfamily="style!FontMajor" text="#[%d]">
<foreground>
<solidcolorbrush tint=".7" color="style!mainDark1">
</solidcolorbrush>
<conditionalformat condition="DayOfWeek eq 'sun'">
<foreground>
<solidcolorbrush tint=".7" color="style!WeekendColor">
</solidcolorbrush>
</foreground>
<conditionalformat condition="DayOfWeek eq 'sat'">
<foreground>
<solidcolorbrush tint=".7" color="style!WeekendColor">
</solidcolorbrush>
</foreground>
</conditionalformat>
<dockpanel column="0" row="0">
<spanningalldayareaplaceholder orientation="Top">
<compactlist fontsize="6pt" orientation="Fill" typefilter="AppointmentsTasks" padding="1">
</compactlist>
</spanningalldayareaplaceholder>
</dockpanel>
</conditionalformat></foreground></calendartext></grid></dayformat></conditionalformat></bar></alldayappointment></spanningalldayarea></weekgrid></weekheader></dockpanel></monthformat></monthdaycalendar>