Contextual menu in Scheduler

I tried to implement the Contextual Menu within the Scheduler and although the attribute exists, when I right click on a day, nothing happens. Is there any way to do it?

Is there an answer to this question? I would like to implement something similar (mainly to be able to delete an entry into the schedule).

What is the proposed way for deleting an entry in a schedule object?

Hi @Mans_A,

This capability requires additional implementation - new events similar to AppointmentMouseEnter/Leave (that are needed for tooltips). Feel free to open a feature request in our github repository.

You could add a Delete button to the Add/Edit dialogs.

Thanks,
Can we use Contextmenu for this purpose?

You could add a Delete button to the Add/Edit dialogs.

Can you please elaborate? Is there any sample code for this?

No, as I said the required capabilities are not implemented.

The Add / Edit dialogs are included in the online demo. Extend them by adding a Delete button next to the Save button.