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

The Most Popular JavaScript Calendar as a Filament Widget

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

Hi, thanks for making this plugin! I've followed the readme and I'm trying to update the dates on drag and drop. I have a Calendar page which has the `CalendarWidget.php`...

![image](https://github.com/saade/filament-fullcalendar/assets/44444175/e7fa26be-f7d9-4faf-8d7a-5a12a06ff53c) Using the label fields $modelLabel and $pluralModelLabel is not working, the title of the modal is being made of the class name, after doing some research it looks like...

Hello, I tried to use Repeator with BelongsToMany relationship. The classes are "Event (object in calendar)" -> "Reservation"

When I move an event to another day the fields with the disabled property are successfully disabled. But if I open the modal by clicking event and then click edit,...

in [here](https://github.com/saade/filament-fullcalendar#returning-events) you mentioned that to open url in new tab by providing `'shouldOpenUrlInNewTab' => true` but in this code https://github.com/saade/filament-fullcalendar/blob/90a3adab4ecd1ebd5f04903d4a1993aef9119716/resources/js/filament-fullcalendar.js#L51-L55 the 'shouldOpenUrlInNewTab' is inside extendedProps. right now im using...

I am trying to use this widget in a resource and `$record` property in `InteractsWithRecords` trait is conflicting with the resource record. Our `fetchEvents()` implementation to fetch the events uses...

- [x] Remove default form schema and actions. Maybe we can provide a trait for BC - [x] Fix misaligned "Today" button - [ ] this is not done yet...

Hi 👋 I'm not sure if this is a package issue. The default values don't come up, and neither does the current tenant. To remedy this, I manually inject (`$form->fill()`)...

**Version 3.2.2** I use a costum Page, for the Widget. ``` @livewire(\App\Livewire\ScheduleCalendarWidget::class) ``` ` All works perfect. But the onDateSelect not triggerd. When i click a empty day, the Modal...

bug
question