Is your feature request related to a problem? Please describe
Thank You so much for such a wonderful library. Please could you consider below or let me know if possible in some other way?
Is it possible to expose the Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd at the mwl-calendar-day-view / mwl-calendar-week-view level?
This would help in a situation where custom hour segment templates are used with some dynamic content set during the beforeViewRender.
Currently the problem is while dragging and resizing, hour segment text becomes blank because markForCheck is called during these events internally and data stored in segment is not available until next beforeViewRender.
If Calendar Event resize, drag events like resizeStart, resizeEnd, dragStart, dragEnd are exposed, the segments can be processed again to set the content as part of these event handlers.
Describe the solution you'd like
Describe your use case for implementing this feature
Additional context