How can i save events without starttime/endtime in editor window?

Hi,

Im using the schedule with the drag and drop, and in the drag and drop i have allowed the edition of the event by opening the editorWindow on those events ''outside'' the schedule, however when i go and click 'save' in the editorWindow to save the event details, i get the error of 'the entered date value is invalid'. Is there a way i can make it not verify the date? I already tried this but is not working.

fields: {
startTime: { title: "Start", name: "StartTime", validation: { required: false } },
endTime: { title: "End", name: "EndTime", validation: { required: false } },

1 Reply

SR Swathi Ravi Syncfusion Team May 15, 2023 07:01 AM UTC

Hi Alexis,


We would like to inform you that the start and end times are mandatory fields to save the appointment in the Scheduler. So, without a start and end time, it is impossible to save the appointment.


Regards,

Swathi Ravi


Loader.
Up arrow icon