I was just checking the code and saw there the full Calendar plugin is available in dev version, but couldn't find any example use. Can you please suggest?
I would love a full page calendar and calendar widget
Sign!
Just for the record. You can use something like this in the head.html
require(['fullcalendar', 'jquery'], function (fullcalendar, $) {
$(document).ready(function() {
$("#calendar").fullCalendar();
});
});
Most helpful comment
I would love a full page calendar and calendar widget