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
This causes the parsing to fail. Depending on the API called, we see either The type of the object in the store (Booking) does not match that of the local object (CalendarItem). (when using LoadPropertiesForItems) or Cannot read property of null (reading 'LoadFromXmlJsObject') (when using SyncFolderItems).
The text was updated successfully, but these errors were encountered:
It appears that events created from Microsoft Bookings (https://learn.microsoft.com/en-us/microsoft-365/bookings/bookings-overview?view=o365-worldwide) have a different schema.
Here, for example, a
SyncFolderItemsResponse
containing an update ofBooking
type.This causes the parsing to fail. Depending on the API called, we see either
The type of the object in the store (Booking) does not match that of the local object (CalendarItem).
(when using LoadPropertiesForItems) orCannot read property of null (reading 'LoadFromXmlJsObject')
(when using SyncFolderItems).The text was updated successfully, but these errors were encountered: