Hi, I am using DayPilot calendar in my angular project.I need implement event not moving(restriction) on previous date.Please help me.
You can mark the cells in the past as "disabled" which will prevent drag and drop operations: https://doc.daypilot.org/calendar/disabled-cells/
See also the following tutorial (JavaScript): https://code.daypilot.org/88013/javascript-calendar-blocking-selected-dates
You can also implement custom rules using onEventMoving event: https://api.daypilot.org/daypilot-calendar-oneventmoving/