Multiday events marked as fixed but still does not work correctly.
Closed this issue ยท 4 comments
bkr1969 commented
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Multiday events still show only on start day.
Expected behaviour
Event on each day of calendar for multiday event
Steps To Reproduce
No response
Mode
Calendar
Card Version
7.7.1
Home Assistant Version
2023.9.1
Configuration
type: custom:atomic-calendar-revive
name: Newest Card
entities:
- entity: calendar.family_stuff
name: Family Stuff
icon: mdi:human-male-female-child
color: white
showMultiDay: false
- entity: calendar.garbage_collection
name: Garbage Collection
icon: mdi:delete
color: white
- entity: calendar.ohio_state_buckeyes
name: Ohio state buckeyes
icon: mdi:football
enableModeChange: true
firstDayOfWeek: 0
defaultMode: Calendar
linkTarget: _blank
showDeclined: true
sortByStartTime: true
showDate: true
hideDuplicates: true
showRelativeTime: false
showMultiDayEventParts: true
showMultiDay: false
showCalendarName: true
showHiddenText: false
showEventIcon: true
showWeekNumber: false
showLastCalendarWeek: true
disableCalEventLink: false
calShowDescription: true
Relevant log output
No response
Code of Conduct
- I agree to follow this project's Code of Conduct
marksie1988 commented
Change showMultiDay: false
to true
bkr1969 commented
Did that. Event disappears completely as before.
type: custom:atomic-calendar-revive
name: Newest Card
entities:
- entity: calendar.family_stuff
name: Family Stuff
icon: mdi:human-male-female-child
color: white
- entity: calendar.garbage_collection
name: Garbage Collection
icon: mdi:delete
color: white
- entity: calendar.ohio_state_buckeyes
name: Ohio state buckeyes
icon: mdi:football
enableModeChange: true
firstDayOfWeek: 0
defaultMode: Calendar
linkTarget: _blank
showDeclined: true
sortByStartTime: true
showDate: true
hideDuplicates: true
showRelativeTime: false
showMultiDayEventParts: true
showMultiDay: true
showCalendarName: true
showHiddenText: false
showEventIcon: true
showWeekNumber: false
showLastCalendarWeek: true
disableCalEventLink: false
calShowDescription: true
marksie1988 commented
Ok thanks, I'll have to do some more digging as it's showing on mine.
github-actions commented
๐ This issue has been resolved in version 7.7.2 ๐
The release is available on GitHub release
Your semantic-release bot ๐ฆ๐