date | string | '' | Visible anchor day. In view="day" it is the exact day shown; in view="week" it selects the week that contains that day. |
day | boolean | false | When true, the grid shows only the anchored date. When false, it shows the week containing that date. |
slotHeight | number | 0 | Height in pixels for each grid slot. When omitted, the component uses its internal default. |
startHour | string | '' | Visible grid start in HH:MM. When omitted, the view starts at 08:00. |
endHour | string | '' | Visible grid end in HH:MM. When omitted, the view ends 12 hours after the effective start hour. |
gridMinutes | number | 0 | Minute interval between grid lines. When omitted, the component uses its internal default. |
minDuration | number | 0 | Minimum event duration, in minutes, used for layout and collision rendering. |
weekStart | sunday | monday | sunday | Controls the first day of the week when the component is in week view. |
disabled | boolean | false | Disables event interaction across the whole view. |
readonly | boolean | false | Leaves the view visible but prevents event selection changes. |