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, and ConferenceDataService.

  • 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

MethodReturn typeBrief description
printJson()StringPrints the JSON representation of this object.

ConferenceDataBuilder

ConferenceDataService

ConferenceError

ConferenceErrorType

Properties

PropertyTypeDescription
AUTHENTICATIONEnumAn authentication error during conference data generation.
CONFERENCE_SOLUTION_FORBIDDENEnumThe user is not allowed to use the selected conference solution (but might be allowed to use other solutions offered by the add-on).
PERMANENTEnumA permanent error during conference data generation.
PERMISSION_DENIEDEnumThe user isn't allowed to perform an action in the third-party conferencing system.
TEMPORARYEnumA temporary error during conference data generation.
UNKNOWNEnumAn unknown error during conference data generation.

ConferenceParameter

EntryPoint

EntryPointFeature

Properties

PropertyTypeDescription
UNKNOWN_FEATUREEnumDo not use.
TOLLEnumApplies to PHONE entry point only.
TOLL_FREEEnumApplies to PHONE entry point only.

EntryPointType

Properties

PropertyTypeDescription
VIDEOEnumA video entry point for a conference.
PHONEEnumA phone entry point for a conference.
MOREEnumA link to more information about entry points into a conference.
SIPEnumA 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 2025-12-11 UTC.