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

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

Open
2 tasks done
xitters opened this issue Oct 12, 2024 · 3 comments
Open
2 tasks done
Labels
type/bug Something isn't working

Comments

@xitters
Copy link

xitters commented Oct 12, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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

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

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
Copy link
Author

xitters commented Oct 12, 2024

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
Copy link
Author

xitters commented Oct 12, 2024

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

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