question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Event list does not show correct date

See original GitHub issue

Prerequisites

Describe the bug

Event List show only current date at first event. Next events in following line do not show any date info.

Expected behavior

Expecting the date of the event next to the description

Actual behavior:

[Screenshots https://abload.de/img/screenshot2020-06-14agbjmx.jpg

Card Configuration

type: ‘custom:atomic-calendar-revive’ entities: calendar.privates name: Termine maxDaysToShow: 14

`### Versions

  • HomeAssistant Version: all latest
  • Plugin Version:

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:13

github_iconTop GitHub Comments

2reactions
marksie1988commented, Aug 18, 2020

Ok i have now found the cause of this issue.

An event from Google will come in this format:

end:
    dateTime: "2020-08-20T11:00:00+01:00"
    timeZone: "Europe/London"

where as CalDav is like this:

end: "2020-08-19T11:00:00+01:00"

Google are adding an extra level to events that arent full day, this means that when there is no “dateTime” the card will assume that its an all day event, an all day event in Google is end.date however from caldav as you can see all events just show as end

I will add an additional check for this which should mitigate against this.

0reactions
marksie1988commented, Aug 28, 2020

I think there are still some issues which is why I’ve not pushed it to the master yet.

Unfortunately I’m really busy preparing for an exam at the moment but hopefully I’ll be back at it mid next week 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Calendar doesn't put events on correct date
Go to Settings and then click on Time and Date. Under time zone make sure it has set correct time zone.
Read more >
Calendar Day and Date not showing correctly in Event List ...
I just updated my site to Events Calendar Pro. The little calendar with day and date are not showing up correctly on the...
Read more >
Event Calendar: WRONG date/time displayed! - WordPress.org
WordPress is self-hosted. Time on Month view calendar page is CORRECT (10:20 am – 11:30 am). However, the mouse hover popup, the Event...
Read more >
My events are showing at the wrong time
Head to your dashboard and choose the Events Calendar that has the wrong events time. This will then take you into the editor...
Read more >
What to Check if Calendar Events are Not Showing
If you find your events are 'disappearing', or are not showing up after you add them, here are some things to check: Hidden...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found