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 are only showing the first day of the event on the monthly calendar view #1580

Open
2 tasks done
finity69x2 opened this issue Sep 27, 2024 · 1 comment
Open
2 tasks done
Labels
type/bug Something isn't working

Comments

@finity69x2
Copy link
Contributor

finity69x2 commented Sep 27, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I’m trying to get a multiday calendar event to be split to show the event on each day of the calendar. Right now it only shows the event on the first day.

Expected behaviour

according to the docs the “showMultiDay” should split the event up and show it on each day. Or at least that’s the way I understand it.

I had stopped updating at v6.2.0 since I could never get it to look right.

this is what it looked like with that version:

image

I finally tried updating again to the latest version and this is what shows now:

image

notice the icons aren't spread across multiple days. Only the icon for the first day of the event is showing

Steps To Reproduce

here is the card config for the current version that's not working:

  - type: "custom:atomic-calendar-revive"
    name: "Work Calendar"
    defaultMode: Calendar
    firstDayOfWeek: 7
    showLoader: false
    entities:
      - entity: calendar.mycal_gmail_com
        type: icon
        icon: mdi:weather-sunny
        color: green
        allowlist: days
        showMultiDay: true
      - entity: calendar.mycal_gmail_com
        type: icon
        icon: mdi:weather-night
        color: red
        allowlist: nights
        showMultiDay: true

Mode

Calendar

Card Version

10.0.0

Home Assistant Version

2024.8.3 but it has been like this on every version

Configuration

- type: "custom:atomic-calendar-revive"
  name: "Work Calendar"
  defaultMode: Calendar
  firstDayOfWeek: 7
  showLoader: false
  entities:
    - entity: calendar.mycal_gmail_com
      type: icon
      icon: mdi:weather-sunny
      color: green
      allowlist: days
      showMultiDay: true
    - entity: calendar.mycal_gmail_com
      type: icon
      icon: mdi:weather-night
      color: red
      allowlist: nights
      showMultiDay: true

Relevant log output

none

Code of Conduct

  • I agree to follow this project's Code of Conduct
@finity69x2 finity69x2 added the type/bug Something isn't working label Sep 27, 2024
Copy link

Hello @finity69x2, 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.

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

1 participant