Conference Data Service
-
The Conference Data service allows scripts to configure conferencing data objects that interact with Google Calendar.
-
This service is primarily used with Calendar conferencing add-ons or Google Workspace add-ons that connect to third-party conferencing systems.
-
The service provides classes for managing conference data, handling errors, and defining entry points for joining conferences.
-
Key classes include
ConferenceData,ConferenceDataBuilder, andConferenceDataService. -
Enumerations are available for defining conference error types, entry point features, and entry point types.
This service allows scripts to configure and build conferencing data objects that interact with Google Calendar.
Classes
ConferenceData
Methods
| Method | Return type | Brief description |
|---|---|---|
print | String | Prints the JSON representation of this object. |
ConferenceDataBuilder
ConferenceDataService
ConferenceError
ConferenceErrorType
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. |
ConferenceParameter
EntryPoint
EntryPointFeature
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. |
EntryPointType
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. |