PTST / O365-HomeAssistant

Office 365 integration for Home Assistant
MIT License
69 stars 13 forks source link

All-day calendar events are not identified as "all day" #53

Closed jamieshaw closed 4 years ago

jamieshaw commented 4 years ago

If a calendar event is marked as 'all day' within Office 365, this is not correctly translated to the all_day attribute on the corresponding calendar entity.

The correct value can be seen within the calendar's data attribute, however. Where is_all_day is correctly marked as true (see attached image).

Not sure if there is some bug because I also tagged the event as "Out of Office" – just worth noting for debugging.

image