saade / filament-fullcalendar

The Most Popular JavaScript Calendar as a Filament Widget
MIT License
269 stars 83 forks source link

The fetchEvents not being refreshed #192

Closed RafhaanVilla closed 2 months ago

RafhaanVilla commented 2 months ago

When i call the fetch events from a different function after a value is changed the calendar component is not being refreshed, the query inside the fetchEvents run correctly but its not being shown on the widget component.

RafhaanVilla commented 2 months ago

Got it to work fired a event "filament-fullcalendar--refresh" after the update and it refreshed