Remove/Hide Icons

Hi,
I have to remove/hide the “Pencil button between “Edit” and “Delete” icons in the mini toolbar for all appointments.Can You give the idea of it.

Best Regards,
Surya K Dwivedi

Hello,

Try using

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

before scheduler’s init.

Best regards,
Ilya

Thanks