I'm creating multiple fullcalendar's on a single page and i would like to write a single event render callback such that it can read the options from the fullcalendar instance that it is called from/in, things like minTime and maxTime, not sure how to do this.
you can do something like this:
var minTime = $('#calendar').fullCalendar('option', 'minTime');
the option
method isn't really documented, but it should work
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With