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

Multiday events marked as fixed but still does not work correctly. #1144

Closed
2 tasks done
bkr1969 opened this issue Sep 12, 2023 · 4 comments · Fixed by #1146
Closed
2 tasks done

Multiday events marked as fixed but still does not work correctly. #1144

bkr1969 opened this issue Sep 12, 2023 · 4 comments · Fixed by #1146
Labels
released type/bug Something isn't working

Comments

@bkr1969
Copy link

bkr1969 commented Sep 12, 2023

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
@bkr1969 bkr1969 added the type/bug Something isn't working label Sep 12, 2023
@marksie1988
Copy link
Collaborator

Change showMultiDay: false to true

@bkr1969
Copy link
Author

bkr1969 commented Sep 12, 2023

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
Copy link
Collaborator

Ok thanks, I'll have to do some more digging as it's showing on mine.

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

🎉 This issue has been resolved in version 7.7.2 🎉

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
released type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants