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
So far really awesome job with this integration. Unfortunately I noticed a smal problem, we have some events for the whole day in our calendar, like when my wife needs the car, which are repeated e.g. every Wednesday. But these events are displayed wrong in home assistant, they start at the correct date but proceed untill the next event of the series instead of just for this day.
ics input for this event looks like this:
BEGIN:VEVENT
DTSTAMP:20230629T063548Z
DTSTART;VALUE=DATE:20230621
DTEND;VALUE=DATE:20230622
SUMMARY:Auto
UID:event/11881599_251841221
RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE
EXDATE:20230705T020000
COLOR:#F6BF26
BEGIN:VALARM
TRIGGER:PT0S
ACTION:AUDIO
END:VALARM
END:VEVENT
The text was updated successfully, but these errors were encountered:
Hi,
So far really awesome job with this integration. Unfortunately I noticed a smal problem, we have some events for the whole day in our calendar, like when my wife needs the car, which are repeated e.g. every Wednesday. But these events are displayed wrong in home assistant, they start at the correct date but proceed untill the next event of the series instead of just for this day.
ics input for this event looks like this:
BEGIN:VEVENT
DTSTAMP:20230629T063548Z
DTSTART;VALUE=DATE:20230621
DTEND;VALUE=DATE:20230622
SUMMARY:Auto
UID:event/11881599_251841221
RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=WE
EXDATE:20230705T020000
COLOR:#F6BF26
BEGIN:VALARM
TRIGGER:PT0S
ACTION:AUDIO
END:VALARM
END:VEVENT
The text was updated successfully, but these errors were encountered: