Hello,
My users would like an easy way to tell the difference between thier personal calendar items and items that are generated programmatically by an external process of mine.
From the available documentation I can find, it doesn’t look like we have control over colors or icons used in calendar documents.
What can I do to help visually separate calendar entries for my users?
Thanks.
Bill
Subject: A couple of things you can do
If you are writing some flag to the note that identifies it as created by your process, you could modify the calendar view’s icon column to look at that flag then switch the icon. Additionally, you could change the $Cal formula in the Calendar Profile form to look for that flag then use a different color settings. Note, if you change the color in the Calendar Profile form, your users will have to update their color settings for it to take effect. If a user has never set any colors, there is another column in the calendar view which you could make the same update to, except this would use RGB values instead of the HEX that the calendar profile uses.