You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been working lately with full-calendar too and I have faced the same problem. I have not used the jquery version of the library though, but it seems that what was previously done through that is now done through the instance of the calendar:
const calendar = new Calendar(this.$refs['calendar'], {})
In order to save the reference I simply made a data entry and save it in there:
I just upgraded the v2.2 with the new jquery-less fullcalendar. I need to refresh the calendar after an ajax call. anybody know how to to do it?
this.$refs.calendar.render()
does not work
The text was updated successfully, but these errors were encountered: