Hi Stefan ! Bravo and thank you for your work and this great component !
I Try to drop an object from a grid to create a new entry ( objects in grid are not entries, but have elements ( startdate, end, desc, title, etc ) for creating it)…
I could only see a addEntryDroppedListener, so I couldn’t drop my object and use something similar of addDragEndListener to convert my object in entry.
Is there a way to achieve this like External Event Dragging - Docs | FullCalendar
Hi, no there is no support for that. At this point it is not planned, so feel free to create a GitHub issue for that and we check, if and how to maybe integrate that.
Hi,
follow this issue https://github.com/stefanuebe/vaadin_fullcalendar/issues/142
This provide an example on how to implement that