You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I have an event that lasts at least 2 to 3 days.
I would like to know when I start dragging that event over the TimeGrid catch that event and update its duration. For example, I would like to set its start for the current time and end for the exp 2 hours after.
Or even better, to detect over which slot of time I'm currently dragging that event?
Is this possible?
Currently, I have only the option onDragStart start to modify that start and end, but that's not what I want only in case if I drag over TimeGrid.
Example to reproduce: https://jquense.github.io/react-big-calendar/examples/index.html?path=/docs/addons-drag-and-drop--example-1
Find some day with the multiday event (Long day event) and go to day or week view.
When I start to drag that long day event (which is in "All Day column header") to slots of time TImeGrid, where I have hours, I would like to have option to modify that event to be only for that day and to have exp 2 hours.
The text was updated successfully, but these errors were encountered:
For example, I have an event that lasts at least 2 to 3 days.
I would like to know when I start dragging that event over the TimeGrid catch that event and update its duration. For example, I would like to set its start for the current time and end for the exp 2 hours after.
Or even better, to detect over which slot of time I'm currently dragging that event?
Is this possible?
Currently, I have only the option onDragStart start to modify that start and end, but that's not what I want only in case if I drag over TimeGrid.
Example to reproduce: https://jquense.github.io/react-big-calendar/examples/index.html?path=/docs/addons-drag-and-drop--example-1
Find some day with the multiday event (Long day event) and go to day or week view.
When I start to drag that long day event (which is in "All Day column header") to slots of time TImeGrid, where I have hours, I would like to have option to modify that event to be only for that day and to have exp 2 hours.
The text was updated successfully, but these errors were encountered: