| Package | Description |
|---|---|
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
ConferenceProperties |
ConferenceProperties.clone() |
ConferenceProperties |
CalendarListEntry.getConferenceProperties()
Conferencing properties for this calendar, for example what types of conferences are allowed.
|
ConferenceProperties |
Calendar.getConferenceProperties()
Conferencing properties for this calendar, for example what types of conferences are allowed.
|
ConferenceProperties |
ConferenceProperties.set(java.lang.String fieldName,
java.lang.Object value) |
ConferenceProperties |
ConferenceProperties.setAllowedConferenceSolutionTypes(java.util.List<java.lang.String> allowedConferenceSolutionTypes)
The types of conference solutions that are supported for this calendar.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarListEntry |
CalendarListEntry.setConferenceProperties(ConferenceProperties conferenceProperties)
Conferencing properties for this calendar, for example what types of conferences are allowed.
|
Calendar |
Calendar.setConferenceProperties(ConferenceProperties conferenceProperties)
Conferencing properties for this calendar, for example what types of conferences are allowed.
|