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

timed events show as all-day events #1094

Closed
2 tasks done
Stooovie opened this issue Jul 31, 2023 · 3 comments
Closed
2 tasks done

timed events show as all-day events #1094

Stooovie opened this issue Jul 31, 2023 · 3 comments
Labels
type/bug Something isn't working

Comments

@Stooovie
Copy link

Stooovie commented Jul 31, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

all timed events (i.e. events that start at specified time) show as full-day events (showing "24-24" as their time). These are calendars provided by the CalDAV integration, they're iCloud calendars. I have verified the formats and the events seem to be formatted correctly:

message: Obby narodeniny 
all_day: false 
start_time: 2023-08-01 14:30:00 
end_time: 2023-08-01 15:30:00 
location:  
description: 
offset_reached: false 
friendly_name: Rodina 
supported_features: 3

--

Screenshot 2023-07-31 at 21 29 24

Expected behaviour

Events starting at, say, 16:00 show as 16:00.

Steps To Reproduce

No response

Mode

Event (default)

Card Version

7.5.0

Home Assistant Version

HA 2023.7.3

Configuration

type: custom:atomic-calendar-revive
enableModeChange: true
firstDayOfWeek: 1
maxDaysToShow: 7
refreshInterval: 60
entities:
  - calendar.prace
  - calendar.rodina
  - calendar.domov
  - calendar.spoluprace
calShowDescription: true
showCurrentEventLine: true
showProgressBar: true
showWeekDay: true
showDescription: true
showHiddenText: false
showCalendarName: false
showEventIcon: false
showFullDayProgress: true
hoursFormat: 24
cardHeight: 85
showDate: true
sortByStartTime: true
showRelativeTime: true
hideFinishedEvents: false
hideDuplicates: true
showMultiDayEventParts: true
showLastCalendarWeek: false
disableCalEventLink: false
disableCalLocationLink: false
disableCalLink: false
defaultMode: Event
showDeclined: false
showMultiDay: false
hoursOnSameLine: false
compactMode: false
showMonth: false
disableEventLink: false
showNoEventsForToday: false
showWeekNumber: false
showDatePerEvent: false
showTimeRemaining: false
showEventDate: true
showAllDayHours: false
dimFinishedEvents: true

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Stooovie Stooovie added the type/bug Something isn't working label Jul 31, 2023
@github-actions
Copy link

Hello @Stooovie, thank you for your interest in our work!
If this is a bug report, please provide your configuration and any screenshots that would assist troubleshooting, otherwise we can not help you.

@marksie1988
Copy link
Collaborator

Remove the hoursFormat setting, I think that will fix this.

@Stooovie
Copy link
Author

Thank you, it did fix the issue. Kinda hidden in the documentation, I wouldn't find it by myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants