Hi Mike,
Thank you for contacting Syncfusion support.
By default, Scheduler doesn’t have support to remove the Never option from the recurrence window, but we have prepared the work-around sample for your requirement, which can be viewed from the below link:
When the Scheduler initially loads, create event will be raised. In that event function, we have removed the Never option. Kindly refer to the following code example used in the above sample.
<Code>
function onCreate(args) {
$("#endsonnever").remove(); // here we are removing the Never radio button
}
</Code>
Regards,
Karthigeyan