Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

render events with duration longer than 1 hour #5

Open
manuargue opened this issue May 1, 2022 · 2 comments
Open

render events with duration longer than 1 hour #5

manuargue opened this issue May 1, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@manuargue
Copy link

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

@rouftom
Copy link
Owner

rouftom commented May 1, 2022

No, you haven't missed any configuration. Unfortunately due to lack of time, this functionality has not yet been developed but it will be soon.

@rouftom rouftom added the enhancement New feature or request label May 1, 2022
@vicgonzr
Copy link

vicgonzr commented Sep 6, 2023

Hello, someone was able to solve render events with duration longer than 1 hour

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants
@manuargue @rouftom @vicgonzr and others