Not filling whole timeslot expands event for another timeslot
See original GitHub issueDo you want to request a feature or report a bug?
Report a bug
What’s the current behavior?
All of these events should start at 10:00, but the darkblue one is stretched for 1 whole timecell, so its height is now (1 timecell + expected height) and starts 1 timeslot before expecting start. Green lasts for 1,5 timecell, darkblue for 2/3 timecell and lightblue for 1 timecell, so this happens only when not whole timecell is filled, but when It’s at least 1 timecell it works like expected.
<BigCalendar
localizer={localizer}
events={mappedEvents}
defaultView={Views.DAY}
step={30}
timeslots={1}
resources={mappedEmployees}
defaultDate={moment(day).toDate()}
views={[Views.DAY]}
min={new Date(moment('5:30', 'H:mm'))}
max={new Date(moment('19:00', 'H:mm'))}
toolbar={false}
onSelectEvent={handleEventSelection}
/>
What’s the expected behavior?
They all should start at 10:00 and last for correct time.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Using bookings for events at specific times
I found the solution for this problem, I think. First you must create a new Bookings-calender. When you create a new service, you...
Read more >Troubleshoot Time Slots - Salesforce Help
Ensure that Salesforce calendar events and external systems aren't blocking all the time slots. For information, see Check Calendars to Determine Availability ...
Read more >PowerApps Create and Book a time slot - Reservations
Learn how to let your users create time slots for an event dynamically then have other reserve or book that time. The app...
Read more >Troubleshooting timeslots - ADM Help Centers
In Performance Center Administration, open Maintenance > Hosts and locate the host in the grid. Click the Host and check the Event Logs....
Read more >Group event types - Calendly Help
For example, if you set the maximum number of invitee spots to 10, then up to 10 invitees can book a single time...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is the same issue as: #1396 Seems like it was caused by a change added in #1381
Yes, still a big issue.