I'm using React scheduler - FullCalendar. I like to keep the drag-and-drop feature for changing the event from one resource to another. But is there a way to disable dragging horizontally to change time?
Also right now, the drag and drop works like the event will stick from one resource to another, and there is no smooth drag action. Can someone help me figure out a way to implement smooth drag and drop (Event will follow the mouse) in FullCalendar if it's possible?
- Disable drag and drop horizontally (Avoid changing time)
- Smooth drag and drop instead of sticking from one portion to another
Version: 5.1 Full Calendar | Reactjs
PS: I need to drag disabled horizontally, user shouldn't even be able to start dragging, (Logics like check on dragEnd will not work)