I have an Outlook addin for calendar events, with a task pane. From the pane, I get the event data:
date start: item.start.getAsync() date end: item.end
This issue has been fixed from our end on OWA. recurrence.getAsync() shouldn't be returning null anymore.