vkurko/calendar

updating all events

hmzxpcm opened this issue · 1 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

vkurko commented

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.