Conference Data Service
会议数据
借助此服务,脚本可以配置和构建与 Google 日历交互的会议数据对象。
类
属性
媒体资源 | 类型 | 说明 |
AUTHENTICATION | Enum | 生成会议数据时出现身份验证错误。 |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | 用户无法使用所选的会议解决方案(但可以使用该插件提供的其他解决方案)。 |
PERMANENT | Enum | 生成会议数据时发生永久性错误。 |
PERMISSION_DENIED | Enum | 该用户无权在第三方会议系统中执行操作。 |
TEMPORARY | Enum | 生成会议数据时出现临时错误。 |
UNKNOWN | Enum | 生成会议数据时出现未知错误。 |
属性
媒体资源 | 类型 | 说明 |
UNKNOWN_FEATURE | Enum | 请勿使用。 |
TOLL | Enum | 仅适用于 PHONE 入口点。 |
TOLL_FREE | Enum | 仅适用于 PHONE 入口点。 |
属性
媒体资源 | 类型 | 说明 |
VIDEO | Enum | 会议的视频入口点。 |
PHONE | Enum | 会议的手机入口点。 |
MORE | Enum | 指向会议入口点详细信息的链接。 |
SIP | Enum | 会议的 SIP 入口点。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["The Conference Data service enables scripts within Calendar conferencing add-ons or Google Workspace add-ons to configure and interact with conferencing data objects."],["It is primarily intended for add-ons connecting to third-party conferencing systems to manage conference-related information within Google Calendar."],["Developers can utilize various classes and methods provided by the service to create, build, and manage conference data, including entry points, parameters, and error handling."],["The service facilitates tasks such as setting conference IDs, adding entry points for different communication methods (like video or phone), and handling potential errors during conference creation."],["Comprehensive documentation with detailed descriptions of each class, method, and property is available for developers to leverage the Conference Data service effectively."]]],[]]