Save event change in WP Fullcalendar: editable + draggable

I do agree with @vancoder’s advice on editing plugins. That being said, I think you might need to do two things: Edit the JavaScript to use the eventDrop callback. https://fullcalendar.io/docs/eventDrop When the callback is fired, is there currently a method to update an event? I see in their documentation that you can allow users to … Read more