How to show only 2 weeks or 15 days in a month view?
I tried the following:
$('#calendar').fullCalendar({
defaultView: 'month',
duration: { weeks: 2 } // or days: 15
});
but it didn't work. I read the documentation but it only shows customization of basic/agenda view.
Edit: adds picture of desire calendar