Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jmrufus's avatar

FullCalendar doesn't show events in the calendar when applying an update

Hi, everyone.

I just updated the fullcalendar package for Filament from version 3.2.2 to 3.2.4, and now the events aren't loading or displaying in the calendar, but it doesn't throw any errors either. It's as if they aren't rendering.

Has anyone experienced this problem?

What could it be?

Best regards.

0 likes
1 reply
jmrufus's avatar

There's a problem if you're using the latest version of this plugin.

Version v3.2.4 of FullCalendar needs at least version v3.2.138 of Filament or it doesn't work. The Alpine JS changes applied in this PR https://github.com/saade/filament-fullcalendar/pull/236 only work if you have a newer version of livewire.

Not sure what the best way to solve this is. Maybe set the min version of filament in composer to ^3.2.138 ?

Anyway, if anybody has an issue where the calendar just doesn't work, lock the version to 3.2.3

Please or to participate in this conversation.