Not allowed to add event on same place after Deleting the event
9 years ago.
Hi,
I am deleting the event using my custom method on button click as below.
let shiftToDelete = dp.events.find(this.selectedEventId);
dp.events.remove(shiftToDelete);
Most of the time on the same place (same start and end time) it doesn't not allow me to add events, if i add event on other timeslot then it is successful.
Somehow after delete operation DayPilot scheduler doesn't fire any event for that particular time duration where the event was deleted.
Regards,
Nirav
DayPilot