Force lightbox when user clicks on event edit

Hi,
From the bar that appears on the left when an event is clicked, is there a way to either
a. Disable “Edit” but not “Details” (.e. I don’t want readonly events)
or
b. Force the lightbox to be displayed if the user clicks on “Edit”

Sorry if this was answered before - I searched but could not find anything on this topic.

Hello,

Try using

scheduler.config.icons_select = ["icon_details", "icon_delete"];

before scheduler’s init.

Best regards,
Ilya

Hi Ilya,
Excellent! Thanks very much.