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?

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?

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.
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