I am trying to refresh my whole calendar after adding multiple events. I don't want to use the given functions AddEvent or UpdateEvent. Can I somehow trigger the whole calendar to refresh and therefor refetch the events? (similar to AJAX refresh in traditional web)This is the function I have after adding a new event. But my calendar doesn't add the newly added events
Hi Aron Skúlason,
Try removing to enclose the widget in a container and set visibility to a Boolean variable.
When new events are added try disabling and enabling the Boolean variable. This reloads the widget in DOM.