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.
If a calendar event is marked as 'all day' within Office 365, this is not correctly translated to the
all_day
attribute on the correspondingcalendar
entity.The correct value can be seen within the
calendar
'sdata
attribute, however. Whereis_all_day
is correctly marked astrue
(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.