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 5 years ago
Hi there,
That options is not available. You can only access 4 different views: months, week, day, list.
Best regards
nathanjenkins answered 5 years ago
Mateusz Łubianka staff answered 5 years ago
Hi @nathanjenkins,
Try to set defaultView:
value on 'week'
.
$('#calendar').fullCalendar({
defaultView: 'week',
defaultDate: '2018-11-12',
});
Best,
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.8.9
- Device: Any
- Browser: Chrome / Firefox
- OS: Any
- Provided sample code: No
- Provided link: No