I currently transitioning to fullcalendar v6.
I cannot find the equivalent of ‘renderEvent’ method from v3 to v6. I use the code below from v3.
$("#calendar").fullCalendar("renderEvent", copiedEventObject, true);
I tried the code below
$("#calendar").addEvent(copiedEventObject, true);