Conference Data Service
Conference Data
This service allows scripts to configure and build conferencing data objects that interact
with Google Calendar.
Classes
Methods
Method | Return type | Brief description |
printJson() | String | Prints the JSON representation of this object. |
Properties
Property | Type | Description |
AUTHENTICATION | Enum | An authentication error during conference data generation. |
CONFERENCE_SOLUTION_FORBIDDEN | Enum | The user is not allowed to use the selected conference solution (but might be allowed to use
other solutions offered by the add-on). |
PERMANENT | Enum | A permanent error during conference data generation. |
PERMISSION_DENIED | Enum | The user isn't allowed to perform an action in the third-party conferencing system. |
TEMPORARY | Enum | A temporary error during conference data generation. |
UNKNOWN | Enum | An unknown error during conference data generation. |
Properties
Property | Type | Description |
UNKNOWN_FEATURE | Enum | Do not use. |
TOLL | Enum | Applies to PHONE entry point only. |
TOLL_FREE | Enum | Applies to PHONE entry point only. |
Properties
Property | Type | Description |
VIDEO | Enum | A video entry point for a conference. |
PHONE | Enum | A phone entry point for a conference. |
MORE | Enum | A link to more information about entry points into a conference. |
SIP | Enum | A SIP entry point for a conference. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-03 UTC.
[null,null,["Last updated 2024-12-03 UTC."],[[["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."]]],[]]