42
Views
2
Comments
Solved
[FullCalendar Reactive] When  I drag event to another day , how can I update it to database simultaneously ?
fullcalendar-reactive
Reactive icon
Forge asset by Mediaweb
Application Type
Reactive

HI All,

When  I drag event to another day , how can I update it to database simultaneously ?

Many Thanks,

Jack

2022-05-02 13-50-49
Paulo Ritto
Solution

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

UserImage.jpg
Jack Bao

I use "drop" callback , It works. 

Many Thanks,

Jack

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.