totaldebug / atomic-calendar-revive

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

Dont show last past events in atomic calendar, in the ha calendar its ok #1583

Open xitters opened 1 month ago

xitters commented 1 month ago

Is there an existing issue for this?

Current Behavior

Dont show last past events in atomic calendar, in the ha calendar its ok

Expected behaviour

ha calendar show pass events hacalndar

Steps To Reproduce

Sin título

Mode

Calendar

Card Version

v10.0.0

Home Assistant Version

2024.10.2

Configuration

type: custom:atomic-calendar-revive
name: Calendar
enableModeChange: true
entities:
  - entity: calendar.albinojuan_gmail_com
    icon: ""
    color: blue
  - entity: calendar.dias_feriados_en_argentina
    name: Días feriados en argentina
    color: null
  - entity: calendar.cumpleanos
    name: Cumpleaños
    color: yellow
  - entity: calendar.recordatorios
    name: Recordatorios
    color: violet
defaultMode: Calendar
showDeclined: true
showDate: true
hideFinishedEvents: false
dimFinishedEvents: true

Relevant log output

No response

Code of Conduct

github-actions[bot] commented 1 month ago

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

xitters commented 1 month ago

F12 debug Sin título

[ { "start": { "date": "2024-10-02" }, "end": { "date": "2024-10-03" }, "summary": "Año Nuevo Judío", "description": "Celebración\nPara ocultar las celebraciones, ve a Configuración en Google Calendar > Festivos en Argentina", "location": null, "uid": "20241002_lsmhk7q0112c85nl9sgsuhlk5g@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-03" }, "end": { "date": "2024-10-04" }, "summary": "Año Nuevo Judío", "description": "Celebración\nPara ocultar las celebraciones, ve a Configuración en Google Calendar > Festivos en Argentina", "location": null, "uid": "20241003_h93ovn9v57qr20lhl8cjt7h7r4@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-04" }, "end": { "date": "2024-10-05" }, "summary": "Second Day of Rosh Hashana", "description": "Celebración\nPara ocultar las celebraciones, ve a Configuración en Google Calendar > Festivos en Argentina", "location": null, "uid": "20241004_3m48lj863eke6taed89muavtbo@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-11" }, "end": { "date": "2024-10-12" }, "summary": "Puente Turístico", "description": "Día festivo", "location": null, "uid": "20241011_4mg2kt3ro5k6ei0h7b938hkfcg@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-11" }, "end": { "date": "2024-10-12" }, "summary": "Día del Perdón", "description": "Celebración\nPara ocultar las celebraciones, ve a Configuración en Google Calendar > Festivos en Argentina", "location": null, "uid": "20241011_pp3cq7bpc2l7po83knut8jmh8o@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-12" }, "end": { "date": "2024-10-13" }, "summary": "Día del Perdón", "description": "Celebración\nPara ocultar las celebraciones, ve a Configuración en Google Calendar > Festivos en Argentina", "location": null, "uid": "20241012_6kckrg0uatmsm7e65fvc2a6ndc@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-12" }, "end": { "date": "2024-10-13" }, "summary": "Día del Respeto a la Diversidad Cultural", "description": "Día festivo", "location": null, "uid": "20241012_qubada6a9kbpu6ob6vkocnd3ls@google.com", "recurrence_id": null, "rrule": null }, { "start": { "date": "2024-10-20" }, "end": { "date": "2024-10-21" }, "summary": "Día de la Madre", "description": "Celebración\nPara ocultar las celebraciones, ve a Configuración en Google Calendar > Festivos en Argentina", "location": null, "uid": "20241020_docijvv6fc86k9nbp4ubl1288k@google.com", "recurrence_id": null, "rrule": null } ]

xitters commented 1 month ago

I found out how to see the number of certain days passed. Is this the way? Sin título