You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start and end events are triggered fine with calendar events having a start and end time.
Start of all day events is triggered, however end is not.
I believe it might be due to timezone: CalendarItem start and end values are date objects for all day events (no timezone information), whereas they are dateTime objects for events with start and end time (see logging below).
To Reproduce
Create calendar events relative to start and end, debug output to system console
Create full day event in monitored calendar and wait
Check addon logs
Expected behavior
No response
Screenshots
No response
Example Flow
No response
Environment Information
Version: 0.64.0
Home Assistant version: 2024.5.1
Companion version: 4.0.0
Node-RED version: 3.1.9
Docker: yes
Add-on: no
Node.js version: v18.20.2 arm64 linux
OS: Linux 6.1.73-haos-raspi arm64
Additional context
All day event (notice it is triggered at 02:00 UTC+2 instead of midnight). No end event recorded.
This issue has been automatically marked as abandoned because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Describe the bug
Start and end events are triggered fine with calendar events having a start and end time.
Start of all day events is triggered, however end is not.
I believe it might be due to timezone: CalendarItem start and end values are date objects for all day events (no timezone information), whereas they are dateTime objects for events with start and end time (see logging below).
To Reproduce
Expected behavior
No response
Screenshots
No response
Example Flow
No response
Environment Information
Version: 0.64.0
Home Assistant version: 2024.5.1
Companion version: 4.0.0
Node-RED version: 3.1.9
Docker: yes
Add-on: no
Node.js version: v18.20.2 arm64 linux
OS: Linux 6.1.73-haos-raspi arm64
Additional context
All day event (notice it is triggered at 02:00 UTC+2 instead of midnight). No end event recorded.
Event from 10:30 to 11:00 UTC+2:
The text was updated successfully, but these errors were encountered: