How to put calendar widget on Calendar custom page?
First time creating a custom Calendar page without a resource, I just want a calendar to showcase the orders on every possible days.
I already created a CalendarWidget using this plugin https://github.com/saade/filament-fullcalendar
this will make a CalendarWidget on dashboard
but idk how to change the view from dashboard in to my Calendar custom page
GitHub
GitHub - saade/filament-fullcalendar: The Most Popular JavaScript C...
The Most Popular JavaScript Calendar as a Filament Widget - GitHub - saade/filament-fullcalendar: The Most Popular JavaScript Calendar as a Filament Widget
4 Replies
can anyone point me on right direction how to do that?
I know using it on dashboard works but, I just want it to separate and show it on calendar custom page instead, just in case I want an upgrade
I did this a while back. I think you just need to add your widget to the header or footer widget section of your custom page.
what calendar plugin did you use?
The FullCalendar one you mentioned