João Guilherme
João Guilherme
Just to confirm, are you using Fullcalendar Scheduler ? Because that is a premium add-on. If you are the problem might be because the first event is using strings as...
Hi ! I am using laravel-fullcalendar on a 5.3 project and it is working. I'll check what can be improved because of 5.3 changes and let you know.
@ThamrinPH sorry, I can't share my project. Are you following the documentation? Are you seeing any errors?
Like this ... ``` $calendar = \Calendar::setCallbacks([ 'eventClick' => 'function(calEvent, jsEvent, view) { alert('Hello world!'); }', ]); ```
I just removed the question mark before mixed and it worked.