Is there a way to hide the Edit Occurrence button in the Edit Recurring Appointment menu popup? I don’t see that there is an editRecurrenceDialogCreate that allows access to the fields object and the editRecurrenceDialogOpen only allows access to the dialog object and the appointment data fields object.
Unfortunately, there is no such option.
You could disable the ‘Dialog’ by $("#jqxScheduler").jqxScheduler({ editDialog: false });
Thank you for the understanding.