Topic: Calendar view in 52 weeks
Expected behavior Want to know how to view calendar in weeks of whole year. Assume like 52 weeks in one single calendar view (like months view).
Actual behavior Currently the calendar weeks view shows 7 days of a week.
Resources (screenshots, code snippets etc.)
Current weeks views

expected weeks views (sample reference only)

Mikołaj Smoleński
staff answered 2 years ago
Hi there,
That options is not available. You can only access 4 different views: months, week, day, list.
Best regards
nathanjenkins
answered a year ago
Mateusz Łubianka
staff answered a year ago
Hi @nathanjenkins,
Try to set defaultView: value on 'week'.
$('#calendar').fullCalendar({
defaultView: 'week',
defaultDate: '2018-11-12',
});
Best,
Answered
- User: Free
- Premium support: No
- Technology: jQuery
- MDB Version: 4.8.9
- Device: Any
- Browser: Chrome / Firefox
- OS: Any
- Provided sample code: No
- Provided link: No