-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
showMultiDay option shows no multi-day events at all #1010
Comments
Hello @jensrossbach, thank you for your interest in our work! |
Same problem. Here is my code. Please ignore the
NOTICE: showMultiDay is set to false which causes the first day of event to show up. If set to true, the entire event is missing, including the first day. When set to false, the end time of the multi-day event shows up as the end time on the start date which is really weird since I have an even that starts at 12:00 noon and ends 4 days later at 10:00 am. The start day shows the event time as 12:00 - 10:00. |
This issue odd, I have done a test with the exact same config and it works as expected and times show correctly in both instances Are you using caldav or Google calendar where you see this issue? |
caldav |
Ah ok, caldav support is somewhat limited, I can take a look and see what's happening though, basically caldav managed it's calendars differently with home assistant which causes some problems with entries not working as expected. Hopefully this isn't one of those instances and can be fixed. I only tested with Google calendar as that is fully supported. |
I'm using calendars from the O365 integration and calendars from the ICS integration. The issue happens for both type of calendars. |
So the caldav events spanning multiple days work fine on the standard HA calendar. There has to be something in this integration that is buggy. Should be an easy fix since it works elsewhere. |
Hey guys, I've done some work on showMultiDay please update to v7.7.0 and let me know if this resolves the issue you see, if not please provide some example events that cause the issue so I can do a bit of testing. Thanks. |
Will this affect past events because I just updated with no change. I can try a new event if necessary. |
It should work on past events too, but ensure you see v7.7.0 in the developer console for atomic calendar to make sure it's not cached the old version. |
Version confirmed and HA completely restarted after update. Same behavior, setting show multi day to true erases the entire event and false shows start and end time on the start day. |
Could you give an example start and end time / date for an event this happens on? I have tested and mine are showing fine so maybe it's something specific I'm missing. |
Also, to note again, I am using Apple Calender via iCal. |
Ok So i see this issue now and found another issue too. When showMultiDay is set the following happens: Calendar Mode
Event Mode
I will start to work on a solution for this and get a bugfix out soon. |
🎉 This issue has been resolved in version 7.7.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This is not fixed. I re-downloaded the latest version, refreshed and even re-started HA. Multiday events still only show on the start day. |
Is there an existing issue for this?
Current Behavior
When I set option
showMultiDay
totrue
, multi-day events are not shown at all anymore.Expected behaviour
I see multi-day events on every day as the option suggests.
Steps To Reproduce
No response
Card Version
7.3.0
Home Assistant Version
2023.4.6
Configuration
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: