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:

  1. Edit the JavaScript to use the eventDrop callback. https://fullcalendar.io/docs/eventDrop
  2. 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 create events, but I didn’t see anything for editing. https://wp-events-plugin.com/documentation/user-event-guest-submissions/.