jquense / react-big-calendar

gcal/outlook like calendar component
http://jquense.github.io/react-big-calendar/examples/index.html
MIT License
7.93k stars 2.25k forks source link

Setting event width to half day horizontally in week view instead of full #2624

Open liselledcosta opened 4 months ago

liselledcosta commented 4 months ago

I've been trying to get the events in this view to show with a width corresponding to the actual time it takes up in a day, but it just shows as 2 full days. This is what I have so far with showMultiDayTimes prop set to false

Screenshot 2024-07-17 at 3 01 01 PM

This is with showMultiDayTimes set to true, in this case the event is completely broken and hard to read so seemed like showMultiDayTimes: false is closer to the deisgn I'm looking for

Screenshot 2024-07-17 at 3 04 24 PM

This is the expected behaviour - or something like this Screenshot 2024-07-17 at 2 22 24 PM