Add Custom Icons based on Events

Hi,

We have two types of event. One is system defined (events will be added for a particular user by backend programs) and another is user defined.
We need to add some custom icons which should be available only for system defined events.

Is it possible to customize “scheduler.config.icons_select” based on events?

Thanks,
Vijay

You can change this collection from onClick event handler, it occurs after click action and before the selection toolbar is shown, so changes to icons_select will be correctly reflected. ( handler receives id of event, based on which you can fetch all other event’s properties )

Thanks Stanislav… It works fine.