saveAsync操作正在向与会者发送邀请 [英] saveAsync operation is sending invites to attendees

查看:83
本文介绍了saveAsync操作正在向与会者发送邀请的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我们正在使用Microsoft Javascript API for office为Outlook 365开发一个插件。当addin为会议和会议召集
saveAsync 方法有与会者时,即使用户没有点击发送按钮,受邀者也会开始接听邀请。


它不是最近刚刚发生这种情况。


请告诉我是否有解决方法。


谢谢


Nitin




解决方案

Hi Nitrup,


您的意思是与会者获得邀请或组织者?我用下面的代码进行了测试,我得到的结果是组织者得到了邀请而参与者没有。你和我一样得到同样的结果吗?如果是这样,我做了一个测试,我手动创建
会议并保存,组织者将收到邀请,而与会者则没有。我认为这与Outlook产品有关。

 function SaveAsy(){
Office.context.mailbox.item。 saveAsync(
函数回调(结果){
console.log(result);
});
};

最好的问候,


Edward


Hi,

We are developing an addin for outlook 365 using Microsoft Javascript API for office. When addin call saveAsync method for an meeting and meeting has attendees then invitees start getting invitation even user has not click send button.

it was not the case earlier this just happened recently.

let me know if there is any work around to resolve this.

Thanks

Nitin

解决方案

Hi Nitrup,

Do you mean the attendees get invitation or the organizer? I made a test with below code, and I could get the result that the organizer get invitation and the attendees did not. Do you get the same result like me? If so, I made a test that I manually create a meeting and save it, the organizer will get invitation and the attendees did not. I think this is related with Outlook Product.

    function SaveAsy() {
        Office.context.mailbox.item.saveAsync(
            function callback(result) {
                console.log(result);
            });
    };

Best Regards,

Edward


这篇关于saveAsync操作正在向与会者发送邀请的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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