Skip to content

render events with duration longer than 1 hour #5

@manuargue

Description

@manuargue

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:
image

Is there any option am I missing to configure? Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions