Topic: Calendar view in 52 weeks

oaodram free asked 4 years ago


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 enter image description here

expected weeks views (sample reference only) enter image description here


Mateusz Łubianka staff answered 4 years ago


Hi @nathanjenkins,

Try to set defaultView: value on 'week'.

$('#calendar').fullCalendar({
defaultView: 'week',
defaultDate: '2018-11-12',

});

Best,


nathanjenkins free answered 4 years ago


Is there a way to load the weekly view rather than the full monthly calendar?


Mikołaj Smoleński staff answered 4 years ago


Hi there,

That options is not available. You can only access 4 different views: months, week, day, list.

Best regards



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: 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