atomic-calendar-revive icon indicating copy to clipboard operation
atomic-calendar-revive copied to clipboard

Multi day events are only showing the first day of the event on the monthly calendar view

Open finity69x2 opened this issue 4 months ago • 1 comments

Is there an existing issue for this?

  • [X] 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

  • [X] I agree to follow this project's Code of Conduct

finity69x2 avatar Sep 27 '24 18:09 finity69x2