Hi,
I am working with DayPilot Calendar and showing weekly view. I am trying to show all 24 hours by doing following:
var dp = new DayPilot.Calendar("dp");
dp.startDate = "2020-05-03";
dp.viewType = "Week";
dp.HeightSpec = "Full";
But the HeightSpec has no change on the view. View does not change and it's only showing 360px with scrollbar.