FullCalendar Event Drag Bug?

Hello,
I’m using a FullCalendar to display events. When dragging and dropping and event there seems to be a bug where a relative event will also be dropped and then revert back to its original position. Is anyone else experiencing the same issue?

video MConverter.eu

1 Like

Hi Bernando, welcome to the community :waving_hand:

that’s a weird issue you are having.

I’m going to activate our tech team and I’ll let you know if they come up with an answer.

For next time I recommend opening a support chat for this sort of issue:

Let’s hope we can solve this!

1 Like

Thank you @Agustin_Carozo.
Any feedback so far?
I’m still struggling with this bug. I’ve recreated the calendar a couple times but seems like any “adjacent” event will always behave this way.

Hi @bernardosantos

It’s not a bug. You need to use unique groupId values for each event (or remove groupId entirely) if you don’t want events to move together: Calendar | Documentation

Hello @DanielL ,
I can confirm that after removing the groupId it works as expected! My bad for not reading the documentation properly! Thank you both for the help

2 Likes