Recurrence is undefined for recurring instances #5401
Labels
Area: Outlook
Issue related to Outlook add-ins
Needs: attention 👋
Waiting on Microsoft to provide feedback
Possible-Solution
Similar-Issue
We have a problem with the Outlook versions starting from February 11, 2025. When used in conjunction with Exchange Server 2016 or higher. (See Microsoft 365 version log)
The same or a similar issue was already reported here some years ago, seems it was fixed but it's now happening again.
When opening an instance of a recurring meeting, the
Office.context.mailbox.item.recurrence
is "undefined". But it was working perfectly well before. This results in errors like "Cannot read properties of undefined (getAsync)" since we access this property like this:This is resulting in errors such as
cannot read properties of undefined (reading 'getAsync')
Your Environment
Microsoft 365/Office Versions where the error occurs:
Expected behavior
Office.context.mailbox.item.recurrence should not be undefined, but contain recurrence info.
Current behavior
Office.context.mailbox.item.recurrence is undefined.
Steps to reproduce
Observe that
Office.context.mailbox.item.recurrence
is undefined.Screenshots
Please help and support us, this is a commercial Add-in!
The text was updated successfully, but these errors were encountered: