如何在Calendar Api中禁用Google的“视频通话”默认设置? [英] How to disable Google’s “Video Call” default in Calendar Api?

查看:157
本文介绍了如何在Calendar Api中禁用Google的“视频通话”默认设置?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在实施在日历中创建活动的软件,但在创建活动时,Google会默认添加视频群聊(视频通话)链接。
这让事件变得有点令人困惑。

I'm implementing a software that creates an event in a calendar, but when I create it, Google adds a hangout (video call) link by default. Thats make the event a bit confusing.

我知道您可以通过转到用户高级选项并取消选项来消除此问题,但我无法访问它。
我使用java和 OAuth 2.0来获取具有权限的标记,并使用日历 v3 api 创建事件。

I know that you can eliminate this by going to the user advanced options and untick the option, but I cant access it. I'm using java and OAuth 2.0 to get the token with the permissions, and calendar v3 api to create the event.

无论如何,您可以在整个代码中删除此环聊链接?

Is there anyway you can eliminate this hangout link throughout code?

在我找到的文档中:
myEntry.setHangoutLink(null);
但它仍然无效。

In the documentation I've found: myEntry.setHangoutLink(null); but it still doesn't work.

推荐答案

不幸的是,目前无法在使用API​​的事件中添加,删除或修改环聊链接。这是该团队正在考虑添加的一项功能,但没有关于何时可用的ETA。

Unfortunately it currently isn't possible to add, remove, or modify hangout links in an event using the API. It's a feature the team is thinking of adding, but no ETA on when that would be available.

这篇关于如何在Calendar Api中禁用Google的“视频通话”默认设置?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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