HI All,
When I drag event to another day , how can I update it to database simultaneously ?
Many Thanks,
Jack
Hi @Jack Bao ,Not sure what you mean by update it to database, but fullcalendar has a few event handlers available, one of them called EventDrop, which is triggered when you drop and event to a different day. You can have an EventDrop handler action and in that action you make your necessary updates to DB.Hope this helps,Paulo
I use "drop" callback , It works.