In daypilot-lite-angular event allowEventOverlap=false is not working and events are getting overlap , pls help
Unfortunately, the real-time event overlap protection is not supported in the Lite version at the moment. It is only available in the Pro version (see also the feature matrix).
However, you can check for overlaps in onEventMove, onEventResize, and onTimeRangeSelect event handlers and prevent the action if needed using args.preventDefault().
args.preventDefault()