fullcalendar / fullcalendar

Full-sized drag & drop event calendar in JavaScript
https://fullcalendar.io
MIT License
18.54k stars 3.61k forks source link

Weekends False Results in Incorrect Month-Based Custom Views #4901

Open queejie opened 6 years ago

queejie commented 6 years ago

CodePen Demo: https://codepen.io/davidquinnjacobs/pen/goaBJj

Year view, month by month: set weekends true and all months show correctly; set weekends false and only 7 months show.

Scheduler 1.9.0 FullCalendar 3.7.0 jQUery 2.1.3 moment: 2.9.0

image

queejie commented 6 years ago

A workaround I found, by trial-and-error, is to set weekends: false within the view definition.

acerix commented 6 years ago

Thanks for the report. I get the same issue when I try your workaround though.