We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Hello, someone was able to solve render events with duration longer than 1 hour
No branches or pull requests
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:
But it seems that the event is always rendered to span 1 hour:
Is there any option am I missing to configure? Thanks
The text was updated successfully, but these errors were encountered: