vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views

Home Page:https://vkurko.github.io/calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

updating all events

hmzxpcm opened this issue · comments

Please tell me how I can update all events. The component has methods of working with the event, but in my case, I need to update all the events without restarting the component (in order to save the scroll position). Updated events come from the server

To load data into the calendar from the server, you need to use the eventSources option. Then, to reload the data, you can use the refetchEvents method.