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 } },