Outlook加载项(日历事件):重复率始终为null [英] Outlook add in (calendar event): Recurrence is always null

查看:149
本文介绍了Outlook加载项(日历事件):重复率始终为null的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个用于日历事件的Outlook外接程序,带有一个任务窗格。从窗格中,我得到事件数据:

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.getAsync()
   recurrence: item.recurrence.getAsync()

日期还可以,但总是重复发生空(状态=成功),尽管我更改了事件的重复发生次数...

Dates are ok, but recurrence is always null (status = 'succeeded'), although I change the recurrence in the event...

可能是什么问题?

我是用来开发Outlook 365 Web

I am using to develop Outlook 365 Web

谢谢

Diego

编辑:
当重复发生更改时,我会收到事件:

I receive the event when recurrence is changed:

Office.context.mailbox.item.addHandlerAsync(Office.EventType.RecurrenceChanged, handleRecurrenceChanged);

但是在handleRecurrenceChanged()中,重复率始终为空... *

But in handleRecurrenceChanged() recurrence is always null...*

推荐答案

此问题已从OWA的问题解决。 recurrence.getAsync()应该不再返回null。

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

这篇关于Outlook加载项(日历事件):重复率始终为null的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆