totaldebug / atomic-calendar-revive

An advanced calendar card for Home Assistant Lovelace.
https://docs.totaldebug.uk/atomic-calendar-revive
MIT License
390 stars 62 forks source link

Past events on some calendars not showing #1465

Open bkr1969 opened 2 months ago

bkr1969 commented 2 months ago

Is there an existing issue for this?

Current Behavior

A couple of my calendars (Garbage Collection and AnyList Mealplan) do not show past events even when hideFinishedEvents: false.

Expected behaviour

Finished events should show on all calendars

Steps To Reproduce

No response

Mode

Calendar

Card Version

9.6.2

Home Assistant Version

2024.3.2

Configuration

card:
      type: custom:atomic-calendar-revive
      name: Family Calendar
      theme: none
      entities:
        - entity: calendar.family_stuff
          name: Family
          icon: mdi:human-male-female-child
          color: black
          showMultiDay: true
        - entity: calendar.anylist_meal_plan
          name: Anylist meal plan
          color: grey
          icon: mdi:silverware-fork-knife
        - entity: calendar.garbage_collection
          name: Garbage Collection
          icon: mdi:delete
          color: navy
        - entity: calendar.ohio_state_buckeyes
          name: Ohio state buckeyes
          icon: mdi:football
          color: maroon
        - entity: calendar.holidays
          name: Holidays
          icon: mdi:gift
          color: pink
        - entity: calendar.test_ha
          name: test
          icon: mdi:fullscreen
      enableModeChange: true
      defaultMode: Calendar
      calShowDescription: true
      showLastCalendarWeek: true
      disableCalEventLink: false
      disableCalLink: true
      firstDayOfWeek: 0
      maxDaysToShow: 31
      refreshInterval: 60
      showDate: true
      showRelativeTime: false
      showMultiDay: true
      hideDuplicates: true
      sortByStartTime: true
      showCurrentEventLine: false
      showMonth: true
      showFullDayProgress: true
      showWeekDay: false
      showEventIcon: true
      showCalendarName: true
      showHiddenText: false
      hideFinishedEvents: false
      showDatePerEvent: false
      disableCalLocationLink: false
      showMultiDayEventParts: true

Relevant log output

No response

Code of Conduct

Banubis commented 1 month ago

Same problem for all my caldav calendar

marksie1988 commented 1 day ago

if you look on developer tools (press f12) then go to the network tab, look for the calendar that is having the issue in the list, click it and you should see a response tab, click that.

does the calendar entry that is missing show here? also what are the dates requested in the url? are they as expected?

i think that this is likely that ha is requesting the right data but the caldav is not returning the past events. if that's the case then there is nothing i will be able to do