question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not filling whole timeslot expands event for another timeslot

See original GitHub issue

Do you want to request a feature or report a bug?

Report a bug

What’s the current behavior?

obraz 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:closed
  • Created 4 years ago
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
stianeikelandcommented, Aug 19, 2019

This is the same issue as: #1396 Seems like it was caused by a change added in #1381

0reactions
vAskitsacommented, Jan 13, 2020

Yes, still a big issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found