Skip to content
New issue

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

Option to show start-end dates on multi-day events #6936

Open
shanereichart opened this issue Aug 2, 2022 · 4 comments
Open

Option to show start-end dates on multi-day events #6936

shanereichart opened this issue Aug 2, 2022 · 4 comments

Comments

@shanereichart
Copy link

shanereichart commented Aug 2, 2022

Reduced Test Case

https://codepen.io/shanereichart/pen/GRxQGJP

Bug Description

Multi-day events with start and end times could be mistaken for daily repeating events because of how the times are displayed on the event. The times are separated only by a hyphen, so it's unclear they represent different dates. For example, an event which begins on Monday, August 8th, 2022 at 9am and ends on Friday, August 10th, 2022 at 5pm displays only "9a - 5p".

It should display "August 5th, 9am - August 10th, 5pm" or some variation which indicates the start and end times are bookends of the event on different days, and do not reflect daily times within a multi-day event. Having the start/end dates shown on multi-day events would be nice even when there are not times provided/displayed.

(Daily repeating events appear differently in that they have multiple boxes instead of one elongated box, but one must already be aware of this distinction to correctly interpret the schedule without context.)

Screenshots

image

@acerix
Copy link
Member

acerix commented Aug 4, 2022

I believe this existing ticket captures this need:
#3038

Please visit the above issue, give a 👍 to vote (?), press the 🔈Subscribe button to receive updates.

You could use eventContent to manually render that content. It doesn't seem like a bug since the end date can be identified by where the event is displayed in the calendar.

@acerix acerix closed this as completed Aug 4, 2022
@shanereichart
Copy link
Author

Hi @acerix! These issues seem distinct to me. The referenced issue is about how when an event spans multiple days, the first segment shows an end time that is not the event's final end time.

My issue is also regarding an event spanning multiple days but occurs in week view. It seems the event should display the beginning and end dates if they are different, rather than just the beginning and end times of the multi-day event. Do you think this issue would be addressed in the fix for the other one?

@acerix
Copy link
Member

acerix commented Aug 4, 2022

I can see how including the dates might not be covered by that issue so I'll reopen this so it can be addressed.

@acerix acerix reopened this Aug 4, 2022
@acerix acerix changed the title Ambiguous display of multi-day events with a start and end time Option to include dates in time text for multi-day timed events Aug 4, 2022
@shanereichart shanereichart changed the title Option to include dates in time text for multi-day timed events Option to show start-end dates on multi-day events Aug 5, 2022
@shanereichart
Copy link
Author

Thanks, @acerix! Just a note that having an option to show the dates in multi-day events would be nice regardless of whether the event is timed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants