The days property (number) sets the number of days that will be displayed in the JavaScript Calendar.
In the days view (viewType: "Days"
), it specifies the number of columns.
In the resources view (viewType: "Resources"
), it specifies the timeline length (displayed on the vertical axis). This option is supported since version 2023.4.5739.
1
Calendar config:
{
days: 14,
// ...
}