Event list does not show correct date
See original GitHub issuePrerequisites
- [ x] Put an X between the brackets on this line if you have done all of the following:
- Checked the Quick Start documentation page and confirmed configuration is correct: https://marksie1988.github.io/atomic-calendar-revive/quickstart.html
- Checked the FAQs on documentation page for common solutions: https://marksie1988.github.io/atomic-calendar-revive/faq.html
- Checked that your issue isn’t already filed: https://github.com/marksie1988/atomic-calendar-revive/issues?q=is%3Aissue
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:
- Created 3 years ago
- Reactions:2
- Comments:13
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok i have now found the cause of this issue.
An event from Google will come in this format:
where as CalDav is like this:
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 asend
I will add an additional check for this which should mitigate against this.
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 🙂