I'm using the schedule component in angular and would like to change the way editing an event in a series works. Currently, if you double click an event which is in a series, you receive a popup asking how to edit the event:
However, I'd like to hide this completely and always force the user to edit the series. In our application, editing individual events of a series doesn't make any sense.
If the event is not in a series it should open up as normal.
Is this possible?