Package | Description |
---|---|
com.google.api.services.calendar | |
com.google.api.services.calendar.model |
Modifier and Type | Method and Description |
---|---|
Calendar.Calendars.Insert |
Calendar.Calendars.insert(Calendar content)
Creates a secondary calendar.
|
Calendar.Calendars.Patch |
Calendar.Calendars.patch(String calendarId,
Calendar content)
Updates metadata for a calendar.
|
Calendar.Calendars.Update |
Calendar.Calendars.update(String calendarId,
Calendar content)
Updates metadata for a calendar.
|
Constructor and Description |
---|
Insert(Calendar content)
Creates a secondary calendar.
|
Patch(String calendarId,
Calendar content)
Updates metadata for a calendar.
|
Update(String calendarId,
Calendar content)
Updates metadata for a calendar.
|
Modifier and Type | Method and Description |
---|---|
Calendar |
Calendar.clone() |
Calendar |
Calendar.set(String fieldName,
Object value) |
Calendar |
Calendar.setConferenceProperties(ConferenceProperties conferenceProperties)
Conferencing properties for this calendar, for example what types of conferences are allowed.
|
Calendar |
Calendar.setDescription(String description)
Description of the calendar.
|
Calendar |
Calendar.setEtag(String etag)
ETag of the resource.
|
Calendar |
Calendar.setId(String id)
Identifier of the calendar.
|
Calendar |
Calendar.setKind(String kind)
Type of the resource ("calendar#calendar").
|
Calendar |
Calendar.setLocation(String location)
Geographic location of the calendar as free-form text.
|
Calendar |
Calendar.setSummary(String summary)
Title of the calendar.
|
Calendar |
Calendar.setTimeZone(String timeZone)
The time zone of the calendar.
|
Copyright © 2011–2025 Google. All rights reserved.