Hi,I am using the list draggble Item of the Full Calendar 2. I have a list allowing to be dragged but when I drop it over the full calendar nothing happens. No event handler is triggered, no debugger is triggered...
"droppable: true" was added in the full calendar configurations and it still doesn't work.
I created a simple test screen, a list with text on ListDraggableItem and a full calendar to develop the functionality and try to find the solution without any "noise" of other functionalities.
Do you guys think that we need to change the FullCalendar JS? Or only the configurations of the Fullcalendar on the screen?
Thanks in advance for your help.
Hello Clarisse,
I also was unable to get the draggables working for me. After looking through some documentation (see: https://fullcalendar.io/docs/external-dragging-demo ) I ended up creating my own draggable blocks.
I'm attaching the module so you can have a look.
Regards,
Anna
Hi Anna!Thank you for your help! The draggables are working :)Just a quick question, the solution was:
I am asking this to understand what was done and how should I use this feature in my app.
Should I use your blocks and the customized fullcalendar widget? Or this change will be incorporated into the 'FullCalendar2' forge component?
Thank you, once again.
Regards,Clarisse