Starting of select callback
Is it possible to add a callback on select event starting means when a user start to create a new event through long press of view ? I see there is only select callback which is triggering on select has been finished
I think it is possible to do. Unfortunately, I did not find a similar option in FullCalendar. Please tell what input parameters you would expect in this callback and what's your use case for it?
Hey, thank for respond me. I am using extra UI over the calendar and I would hide it on starting drag or resize event so just callback would be enough
also imprtant feature that I want to implement. I've not 100 widht calendar, it's currently horizontaly scrollable. So I would scroll right once I try to move event at the end of screen width.
You can try the new selectConstraint callback for this. Just don't forget to return true in your function.