-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, I've used the sample code (see here) with a single event that spans 2 hours, from 4:00 to 6:00 AM as follows:
var events = [
{
id: "event-1",
label: "Medical",
startHour: "04:00 AM",
endHour: "06:00 AM",
date: "2022-04-01",
// more fields...
}
];But it seems that the event is always rendered to span 1 hour:

Is there any option am I missing to configure? Thanks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request