Is it possible to have more than one image displayed within an Appointment? I am aware that the Appointment class has an Appearance property (which in turn only supports a single image).
I already have an image shown in each Appointment but would like to show a padlock if the appointment is locked and a bell if the appointment has a reminder. I would also like to show additional images if the object behind the appointment has other custom properties fulfilled in some way.
Cheers
You cannot display more than one image via the public object model. You would have to implement the IUIElementCreationFilter or IUIElementDrawFilter interface.