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

Multi-day events no longer show start or end times #1116

Closed
2 tasks done
tykeal opened this issue Sep 1, 2023 · 3 comments · Fixed by #1121
Closed
2 tasks done

Multi-day events no longer show start or end times #1116

tykeal opened this issue Sep 1, 2023 · 3 comments · Fixed by #1121
Labels
P1 Urgent priority issue that should be resolved before the next release released type/bug Something isn't working

Comments

@tykeal
Copy link

tykeal commented Sep 1, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Version 7.6.0 "fixed" #1093 but this now makes events that span multiple days but are not "all day" on the start and end days harder to understand.

The current view looks like this now:
current-selection

Each of those events all start at "16:00" and run for one or more days and end at 11:00, but they all show as "All Day" with the latest release.

I have many of these calendars and they've all become a lot harder to work with since this change happened. Especially since I share them to a house cleaner so they know when guests have left rental properties. While usually they all have the times I've stated above, sometimes they are different and it's critical for me to be able to show that when I provide these to other people!

Expected behaviour

Previously these sort of events would look more like this:
expected-selection

Steps To Reproduce

No response

Mode

Event (default)

Card Version

7.6.1

Home Assistant Version

2023.08.4

Configuration

type: custom:atomic-calendar-revive
name: 8616 Calendar
enableModeChange: true
entities:
  - entity: calendar.rental_control_h3_8616
    color: red
    icon: mdi:home-clock
firstDayOfWeek: 0
maxDaysToShow: 360
refreshInterval: 60
sortByStartTime: false
showCurrentEventLine: false
showMonth: true
showWeekDay: true
showFullDayProgress: true
showEventIcon: true
showNoEventsForToday: true
disableCalLink: true
disableClaEventLink: true
disableEventLink: true
showHiddenText: false
showDate: true
hideFinishedEvents: false
showRelativeTime: true
showLocation: true
dimFinishedEvents: true
showProgressBar: true
showMultiDayEventParts: false
compactMode: false
hoursOnSameLine: false
showAllDayEvents: true
showTimeRemaining: true
showDatePerEvent: false
showAllDayHours: true
showEventDate: true
showMultiDay: false
offsetHeaderDate: false

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@tykeal tykeal added the type/bug Something isn't working label Sep 1, 2023
@wernerhp
Copy link

wernerhp commented Sep 3, 2023

The problem seems to be when Split Multi-Day Events is Disabled

showMultiDay: false showMultiDay: true
Expected: 22:00, until 4 September 00:30

@marksie1988 marksie1988 added the P1 Urgent priority issue that should be resolved before the next release label Sep 3, 2023
@marksie1988
Copy link
Collaborator

Ok great thanks for the info I'm hoping to look at this tomorrow.

@marksie1988 marksie1988 mentioned this issue Sep 4, 2023
10 tasks
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

🎉 This issue has been resolved in version 7.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 Urgent priority issue that should be resolved before the next release released type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants