Hi,
I am using angular 7 component and populating events data using dp.events.list = dataArray, i have set the eventMoveSkipNonBusiness = true. but on first bulk load, some events start/end falls on non-business cell. but i want them to skip non-business hours. tried adding some seconds to start and calling event.update() method. which do update the start/end values but not firing the onEventMoved handler. eventMoveHandling='Update'.
scenario works fine and move some event using mouse.