Hi all
We've developed a custom monthly calendar which changes colours and font weights based on the category of the item in Outlook. It works well, however we've only managed to figure out how to apply it to the AllDayAppointment's, i.e.:
<spanningalldayarea minsize="0" maxsize="111" isuniform="false" margin="2"
<alldayappointment height="14" margin="2,1,2,1" style=""
<conditionalformat condition="Categories eq 'Black Banner - Small Text'" background="Black"
> ....
We display our other, more specific appointments, using:
<dockpanel row="0" column="0" style=""
<spanningalldayareaplaceholder orientation="Bottom"
<list orientation="Fill" fontsize="7pt" showemptyrow="true" maxrowwrap="5" rowsize="12" typefilter="AppointmentsTasks"
<columns
<column width="*" showduplicates="True" left="1" top="2" right="1" bottom="0"
<sources
<source name="Subject" startseparator="-"
</sources
</column
</columns
</list
</spanningalldayareaplaceholder
Is there a way we can modify the colour/font attributes of these appointments using ConditionalFormat lines, so that each appointment can appear differently?
Hope this makes sense
Thanks
Brett.</dockpanel></conditionalformat></alldayappointment></spanningalldayarea>
We've developed a custom monthly calendar which changes colours and font weights based on the category of the item in Outlook. It works well, however we've only managed to figure out how to apply it to the AllDayAppointment's, i.e.:
<spanningalldayarea minsize="0" maxsize="111" isuniform="false" margin="2"
<alldayappointment height="14" margin="2,1,2,1" style=""
<conditionalformat condition="Categories eq 'Black Banner - Small Text'" background="Black"
> ....
We display our other, more specific appointments, using:
<dockpanel row="0" column="0" style=""
<spanningalldayareaplaceholder orientation="Bottom"
<list orientation="Fill" fontsize="7pt" showemptyrow="true" maxrowwrap="5" rowsize="12" typefilter="AppointmentsTasks"
<columns
<column width="*" showduplicates="True" left="1" top="2" right="1" bottom="0"
<sources
<source name="Subject" startseparator="-"
</sources
</column
</columns
</list
</spanningalldayareaplaceholder
Is there a way we can modify the colour/font attributes of these appointments using ConditionalFormat lines, so that each appointment can appear differently?
Hope this makes sense
Thanks
Brett.</dockpanel></conditionalformat></alldayappointment></spanningalldayarea>