logo

/repo|v1.11.0

Typedef

Optionscalendar.jsline 495

PROPERTIES
NameTypeDescription

defaultView

[ string ]

Default view of calendar. The default value is 'week'.

taskView

[ booleanArray.<string> ]

Show the milestone and task in weekly, daily view. The default value is true. If the value is array, it can be ['milestone', 'task'].

scheduleView

[ booleanArray.<string> ]

Show the all day and time grid in weekly, daily view. The default value is false. If the value is array, it can be ['allday', 'time'].

theme

[ themeConfig ]

themeConfig for custom style.

template

[ Template ]

Template for further informatio

week

[ WeekOptions ]

WeekOptions for week view

month

[ MonthOptions ]

MonthOptions for month view

calendars

[ Array ]

CalendarProps List that can be used to add new schedule. The default value is [].

useCreationPopup

[ boolean ]

Whether use default creation popup or not. The default value is false.

useDetailPopup

[ boolean ]

Whether use default detail popup or not. The default value is false.

timezones

[ Array ]

Timezone array.
The first Timezone element is primary and can override Calendar#setTimezoneOffset function
The rest timezone elements are shown in left timegrid of weekly/daily view

disableDblClick

[ boolean ]

Disable double click to create a schedule. The default value is false.

disableClick

[ boolean ]

Disable click to create a schedule. The default value is false.

isReadOnly

[ boolean ]

Calendar is read-only mode and a user can't create and modify any schedule. The default value is false.

Resizable