laravel-fullcalendar
laravel-fullcalendar copied to clipboard
Laravel FullCalendar.io Helper
When the events are shown, the last day is lost.
can i edit the color of the event not all calendar events ???
hi i when showing the calendar in my view, it does not appear I get the following error: Violation] Added non-passive event listener to a scroll-blocking event. Consider marking event...
When trying to set customButtons (http://fullcalendar.io/docs/display/customButtons/) via the options array the click button didn’t work cause it was JSON-encoded. This code replaces the JSON encoded version with the original code...
I implemented the functionality to delete events from a popup window and I want to refresh the calendar without having to refresh the page, but so far haven't succeeded. On...
Add the following to `Calendar.php` ``` /** * Return events in Json for ajax requests with events callback url * * @return json $this */ public function eventsToJson() { $json...
Hi, I've added a custom button option on my laravel controller. It successfully displays the custom button but when I click it, it doesn't work & I got an error...
 I want to show Docter-A, Doctor-B, Doctor-B resource list in a single day. **'resources' => [ ['id' => 'a', 'title' => 'Doctor A' ], ['id' =>...
Hi, i would like to show a modal with all the details of an event when i click on him in the calendar, how could i do that ? thanks.