Apply Category Color for Appointment Background Color

Status
Not open for further replies.

charith

Member
Outlook version
Outlook 2010 64 bit
Email Account
Exchange Server
Hi,

I've been doing some modifications to WeekList01 template and I want to apply Category color as the background of Appointment. Is there anyway to apply ConditionalFormat for below column? I've attached my Content.xml file herewith.

View attachment Content.zip

Capture.PNG<column width="*" left="4" top="2" right="2" bottom="2"
<sources
</sources></column
I've attached the code snippet as an image as this editor doesn't like it.

Thank you,

Charith
 





Thanks for your reply Diane. I have already tried the way that article explains and tried to add ConditionalFormat to this Content.xml file but failed. The reason is being that I don't have TimeSlot or Appointment tags in this Content.xml file. I have tried various ways to add Appointment and TimeSlot tags with ConditionalFormats but no success so far. Could you please point me how to add ConditionalFomat for this ?




<column width="*" left="4" top="2" right="2" bottom="2">




HTML:
           <List Orientation="Fill" FontSize="8pt" MinimumListWidth="60" ShowEmptyRow="true" MaxRowWrap="3" 
 
 
			RowSize="16" TypeFilter="AppointmentsTasksAllDayAppointments" MinorLineCount="3" Style="SingleBodyBorder"> 
             <Columns>
               <column>
                 <sources>
                   <source name="Subject">
                   <source name="Due" startseparator=" (" endseparator=")" format="d">
                   <source name="Location" startseparator=" (" endseparator=")">
                   <source name="CategorySymbols" startseparator=" ">                                
                 </sources>
               </column>
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
R Apply a category to item in inbox view Outlook VBA and Custom Forms 1
G Apply Custom Contacts form to all existing Contacts Outlook VBA and Custom Forms 1
A Apply Selected Emails to outlook rules and Run Rules Using Outlook 5
J Automatically forward email and apply template Outlook VBA and Custom Forms 0
O How to apply view settings on all accounts and folders Using Outlook 7
E Apply customized Business Card for all users Outlook VBA and Custom Forms 0
Diane Poremsky Use Word Macro to Apply Formatting to Email Using Outlook 0
G how can Apply User-defined Field to all Sub Folder and Other Using Outlook 14
Diane Poremsky Apply Outlook Stationery to Replies and Forwards Using Outlook 0
A Can i apply mail rules to inbox sub folders using VBA Outlook VBA and Custom Forms 2
B Apply two rules on one email Using Outlook 2
R Rules - apply to messages > n days old Using Outlook 2
B Unable to apply rule on Exchange server functional account Exchange Server Administration 1
M Apply different views to calendars Using Outlook 0
F Apply Follow up flag ONLY to the people cc'd. Using Outlook 1
T Is there a way to apply a macro before a signature is applied in email? Using Outlook 1
L Unable to apply SP1 to Exchange 2010 Exchange Server Administration 5
H Create/Apply auto formatting rules by VB? Outlook VBA and Custom Forms 2
farrissf Category list to pick from Outlook VBA and Custom Forms 4
B Outlook 2019 Automatically move email after assigning category Using Outlook 4
F Add a category before "Send an Email When You Add an Appointment to Your Calendar" Outlook VBA and Custom Forms 0
V Macro to mark email with a Category Outlook VBA and Custom Forms 4
P Emails assigned with a certain category (within a shared inbox) to be copied to a specific folder. Outlook VBA and Custom Forms 2
R Clear one category when another is chosen Outlook VBA and Custom Forms 1
A VBA Script - Print Date between first email in Category X and last email in Category Y Outlook VBA and Custom Forms 3
R Auto Assign Category colours to Incoming Emails based on whom the email is addressed Outlook VBA and Custom Forms 3
A Unflag Inbox and Flag Inbox with Orange Category After Item is send Outlook VBA and Custom Forms 3
bhamberg Contacts in a category Outlook VBA and Custom Forms 11
K Custom Category Colors Using Outlook 2
4 Macro to set the category of Deleted Item? Outlook VBA and Custom Forms 2
K Update Appointment category when changed in Excel Using Outlook 3
soadfan assign category (VBA) Using Outlook 7
J Automatic color category according to variable domains Outlook VBA and Custom Forms 4
Diane Poremsky Category Color doesn't Display in Inbox Using Outlook 0
Wolfkc Unwanted Category "Starred in Android" Using Outlook 6
M receive mail when appointment category changes and create task from appointment Outlook VBA and Custom Forms 0
N VBA Outlook reference to Excel and assigning category Outlook VBA and Custom Forms 13
A recover contact category assignments Using Outlook 4
A Grouping emails using "From" causes a None Category Using Outlook 5
J Outlook Rules not show Master Category List Using Outlook.com accounts in Outlook 4
William getting custom form to load category colors Outlook VBA and Custom Forms 4
Diane Poremsky Categorize Messages using Contact Category Using Outlook 0
T Macro to find contacts by category and copy them to another folder Outlook VBA and Custom Forms 15
bifjamod Saving sent email to specific folder based on category with wildcard Outlook VBA and Custom Forms 1
K Outlook 2010 - Set the category based on category of other emails in same conversatio Using Outlook 20
A How are you handling Outlook.com category issue and syncing Using Outlook.com accounts in Outlook 2
T default category Outlook VBA and Custom Forms 2
R click to toggle quick click category reasigns to where ? Using Outlook 2
L Change Category in a Task via macro Using Outlook 8
K Help! I selected every contact and mistakenly made them all the same category Using Outlook 1

Similar threads

Back
Top