filament-fullcalendar icon indicating copy to clipboard operation
filament-fullcalendar copied to clipboard

The Most Popular JavaScript Calendar as a Filament Widget

Results 15 filament-fullcalendar issues
Sort by recently updated
recently updated
newest added

I am not able to make it working with an event form using relations : a select or repeater. Simple form : ```php protected static function getCreateEventFormSchema(): array { return...

My event's dates (start and end) are stored in database in UTC. But I want to display those dates using user's timezone. So I have a resource's view showing events...

The edit-event-modal must be shown if the user can only View (and not edit). Additionally, the permission to decide whether the form should be disabled is `canEdit` and not `canView`...

Saves current view type and date to `localStorage`. ### Known issues: - For `dayGridMonth` view, it only works when `showNonCurrentDates` is set to `false`.

help events not showing ![Screenshot 2024-01-21 170806](https://github.com/saade/filament-fullcalendar/assets/11264370/9e272d4d-1a7e-4ba9-b45d-1d13b84692ca) ![Screenshot 2024-01-21 170620](https://github.com/saade/filament-fullcalendar/assets/11264370/0f63d832-a38f-41c5-8c61-3df471207cbd)

I have a filament action within headerActions method for the calendar. It is using a modal form which I want to run to filter the events, the error appears when...

This update provides access to the FullCalendar "resource" on select and drag events. This is useful when using the `resourceTimeline` and other similar plugins.

In this pull request, we're introducing a feature that allows you to customize the FullCalendar configuration on a per-widget basis. ### What's New? You can now set a default configuration...

enhancement

Hello @saade Firstly, I would like to thank you for this package, as it is a very handy helper tool I tried to use it, according to the documentation and...