Outlook add in (calendar event): Recurrence is always null

后端 未结 3 395
粉色の甜心
粉色の甜心 2021-01-17 00:25

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         


        
3条回答
  •  醉酒成梦
    2021-01-17 00:57

    This issue has been fixed from our end on OWA. recurrence.getAsync() shouldn't be returning null anymore.

提交回复
热议问题