You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the amazing library! I am currently using React Big Calendar for a project, and I have encountered a use case that I am unsure how to address.
Use Case:
I need to display events that occur after 23:59 (e.g., between 00:00 and 03:00 am of the next day) but still show them in the same day view of the calendar. Essentially, the “day” should not end at midnight but extend to include a few hours from the next calendar day.
For example:
• If the day view starts at 08:00, it would ideally end at 02:00 (of the next calendar day).
• Events occurring between 00:00 and 02:00 would appear on the current day’s calendar, not the next day’s.
Question:
Is there currently a way to achieve this behavior? If not, would it be possible to consider adding support for extended day hours as a feature?
This functionality would be highly useful for applications that manage events in industries like hospitality, healthcare, or night-time scheduling, where activities often extend past midnight but are conceptually part of the same day.
Thank you for your help!
Best regards,
The text was updated successfully, but these errors were encountered:
Hi,
Thank you for the amazing library! I am currently using React Big Calendar for a project, and I have encountered a use case that I am unsure how to address.
Use Case:
I need to display events that occur after 23:59 (e.g., between 00:00 and 03:00 am of the next day) but still show them in the same day view of the calendar. Essentially, the “day” should not end at midnight but extend to include a few hours from the next calendar day.
For example:
• If the day view starts at 08:00, it would ideally end at 02:00 (of the next calendar day).
• Events occurring between 00:00 and 02:00 would appear on the current day’s calendar, not the next day’s.
Question:
Is there currently a way to achieve this behavior? If not, would it be possible to consider adding support for extended day hours as a feature?
This functionality would be highly useful for applications that manage events in industries like hospitality, healthcare, or night-time scheduling, where activities often extend past midnight but are conceptually part of the same day.
Thank you for your help!
Best regards,
The text was updated successfully, but these errors were encountered: