-
Notifications
You must be signed in to change notification settings - Fork 13
All Day events not working properly #85
Comments
I have the same issue. My all day events are shifted -4 hours off of midnight (which corresponds to my time zone). HA and my docker container have the correct timezone set and all appointments that are not all day appear with the correct start/end times in the calendar. I am happy to try and debug/track this bug down, but I'm new to HA plugins, so any pointers on where to look would be appreciated. |
Same here. "is_all_day: true in the payload but the attribute "all_day" is set to false. On top the entry shows up on two days as the day is shifted by one hour:
|
Attempts to fix PTST#85 Two changes: 1. Bring in fix from home-assistant/core#48642 which doesn't make much of a difference here (branch doesn't appear to get hit with all day events). 1. Fix the timezone shift for all day events. I'm not sure this is in the right place since it appears o365 is returning the event as if it were on GMT (but it's not). This may only work if the all day event was actually in the local timezone.
My all day events are showing up as 8pm-8pm instead of All Day events. Non-All Day events show up just fine. Not sure if all_day or is_all_day is being looked at
v0.115 Calendar Card
Custom Calendar Card
The text was updated successfully, but these errors were encountered: