Send feedback
Conference Data Service
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
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
, and ConferenceDataService
.
Enumerations are available for defining conference error types, entry point features, and entry point types.
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.
Send feedback
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.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-03 UTC."],[],[]]