You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So it looks like it's been a couple years since this project started, but unfortunately it's still the only good option for a 12 month view via FullCalendar.
If I pull in the fullcalendar script from your dist dir and try to create a calendar with defaultView: 'year', I get this error:
Cannot read property 'class' of undefined:
return new spec['class'](t, spec.options, viewType);
I went into your actual demo, and pulled the cdn version you're using there (which is apparently also 2.2.7): http://epsy.ldtp.net/fullcalendar/dist/fullcalendar.js. This works fine for some reason.
The text was updated successfully, but these errors were encountered:
So it looks like it's been a couple years since this project started, but unfortunately it's still the only good option for a 12 month view via FullCalendar.
If I pull in the fullcalendar script from your
dist
dir and try to create a calendar withdefaultView: 'year'
, I get this error:I went into your actual demo, and pulled the cdn version you're using there (which is apparently also 2.2.7):
http://epsy.ldtp.net/fullcalendar/dist/fullcalendar.js
. This works fine for some reason.The text was updated successfully, but these errors were encountered: