totaldebug/atomic-calendar-revive

Calendar not showing some events and showing events not from today

Closed this issue ยท 4 comments

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I have created a calendar with the following code.

type: custom:atomic-calendar-revive
name: Home Calendar
entities:
  - entity: calendar.home_calendar
    icon: mdi:home
    color: DARKORANGE
enableModeChange: true
defaultMode: Event
fullDayEventText: All day
untilText: Until
showColors: true
maxDaysToShow: 7
maxEventCount: 6
showLocation: true
showMonth: true
eventTitleColor: BURLYWOOD
locationIconColor: AZURE
locationLinkColor: GAINSBORO
dimFinishedEvents: true
finishedEventOpacity: 0.6
showProgressBar: true
nameColor: DARKKHAKI
calWeekDayColor: '#b8490d'
calDayColor: rgb(179,222,120)
defaultCalColor: '#FF6347'
sortByStartTime: true
showRelativeTime: true
hideFinishedEvents: true
allDayBottom: true
showWeekDay: false
showDescription: false
showCurrentEventLine: false
startDaysAhead: -1

This is what it looks like. Note the start date in the screenshot.
image

Now after adding a blocklist option to hide some events this is what I see, Note the start date in the screenshot.

type: custom:atomic-calendar-revive
name: Home Calendar
entities:
  - entity: calendar.home_calendar
    icon: mdi:home
    color: DARKORANGE
    blocklist: (Family|talk)
enableModeChange: true
defaultMode: Event
fullDayEventText: All day
untilText: Until
showColors: true
maxDaysToShow: 7
maxEventCount: 6
showLocation: true
showMonth: true
eventTitleColor: BURLYWOOD
locationIconColor: AZURE
locationLinkColor: GAINSBORO
dimFinishedEvents: true
finishedEventOpacity: 0.6
showProgressBar: true
nameColor: DARKKHAKI
calWeekDayColor: '#b8490d'
calDayColor: rgb(179,222,120)
defaultCalColor: '#FF6347'
sortByStartTime: true
showRelativeTime: true
hideFinishedEvents: true
allDayBottom: true
showWeekDay: false
showDescription: false
showCurrentEventLine: false
startDaysAhead: -1

image

Expected behaviour

I should be seeing all the events using the first code with the start date from Oct 20. The events are not ordered by start time as well. This has been raised in issue #1240.

Steps To Reproduce

No response

Mode

Event (default)

Card Version

9.1.0

Home Assistant Version

2023.10.3

Configuration

No response

Relevant log output

No response

Code of Conduct

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

I think this is likely related to the sorting issue. I'll take a look at it as soon as I can.

๐ŸŽ‰ This issue has been resolved in version 9.2.0-beta.3 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

Please check out the latest beta and let me know if that resolves this issue for you.

๐ŸŽ‰ This issue has been resolved in version 9.2.0 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€