calendar  v3
Properties | List of all members
Google.Apis.Calendar.v3.Data.ConferenceData Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.ConferenceData:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string ConferenceId [get, set]
 The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types: - "eventHangout": unset. - "eventNamedHangout": the name of the Hangout. - "hangoutsMeet": the 10-letter meeting code, for example "aaa-bbbb-ccc". - "addOn": defined by 3P conference provider. Optional. More...
 
virtual ConferenceSolution ConferenceSolution [get, set]
 The conference solution, such as Hangouts or Hangouts Meet. Unset for a conference with a failed create request. Either conferenceSolution and at least one entryPoint, or createRequest is required. More...
 
virtual CreateConferenceRequest CreateRequest [get, set]
 A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field. Either conferenceSolution and at least one entryPoint, or createRequest is required. More...
 
virtual System.Collections.Generic.IList< EntryPointEntryPoints [get, set]
 Information about individual conference entry points, such as URLs or phone numbers. All of them must belong to the same conference. Either conferenceSolution and at least one entryPoint, or createRequest is required. More...
 
virtual string Notes [get, set]
 Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional. More...
 
virtual ConferenceParameters Parameters [get, set]
 Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming. More...
 
virtual string Signature [get, set]
 The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ConferenceId

virtual string Google.Apis.Calendar.v3.Data.ConferenceData.ConferenceId
getset

The ID of the conference. Can be used by developers to keep track of conferences, should not be displayed to users. Values for solution types: - "eventHangout": unset. - "eventNamedHangout": the name of the Hangout. - "hangoutsMeet": the 10-letter meeting code, for example "aaa-bbbb-ccc". - "addOn": defined by 3P conference provider. Optional.

◆ ConferenceSolution

virtual ConferenceSolution Google.Apis.Calendar.v3.Data.ConferenceData.ConferenceSolution
getset

The conference solution, such as Hangouts or Hangouts Meet. Unset for a conference with a failed create request. Either conferenceSolution and at least one entryPoint, or createRequest is required.

◆ CreateRequest

virtual CreateConferenceRequest Google.Apis.Calendar.v3.Data.ConferenceData.CreateRequest
getset

A request to generate a new conference and attach it to the event. The data is generated asynchronously. To see whether the data is present check the status field. Either conferenceSolution and at least one entryPoint, or createRequest is required.

◆ EntryPoints

virtual System.Collections.Generic.IList<EntryPoint> Google.Apis.Calendar.v3.Data.ConferenceData.EntryPoints
getset

Information about individual conference entry points, such as URLs or phone numbers. All of them must belong to the same conference. Either conferenceSolution and at least one entryPoint, or createRequest is required.

◆ ETag

virtual string Google.Apis.Calendar.v3.Data.ConferenceData.ETag
getset

The ETag of the item.

◆ Notes

virtual string Google.Apis.Calendar.v3.Data.ConferenceData.Notes
getset

Additional notes (such as instructions from the domain administrator, legal notices) to display to the user. Can contain HTML. The maximum length is 2048 characters. Optional.

◆ Parameters

virtual ConferenceParameters Google.Apis.Calendar.v3.Data.ConferenceData.Parameters
getset

Additional properties related to a conference. An example would be a solution-specific setting for enabling video streaming.

◆ Signature

virtual string Google.Apis.Calendar.v3.Data.ConferenceData.Signature
getset

The signature of the conference data. Generated on server side. Must be preserved while copying the conference data between events, otherwise the conference data will not be copied. Unset for a conference with a failed create request. Optional for a conference with a pending create request.


The documentation for this class was generated from the following file: