How to disable the event edit button in Day & Week view?

Hi, i am posting this as a new thread because it covers new topic, but i am having some problem continuing work from thread -> viewtopic.php?f=6&t=13677

My purpose is to make all the events ready only, i mean user would use select boxes to set events titles & other info.

But now i see, there comes a small event edit icon in scheduler day & week view, i want to disable these too so that the event details would be modifiable only from the Detail Form (lightbox). Please help.

Regards

i did it with:
scheduler.config.icons_select=[“icon_details”,“icon_delete”];

the default setting for this was, scheduler.config.icons_select=[“icon_details”,“icon_edit”,“icon_delete”]; in the documentation.

Hope this might be useful to someone else too.