| Package | Description |
|---|---|
| com.google.api.services.calendar | |
| com.google.api.services.calendar.model |
| Modifier and Type | Method and Description |
|---|---|
Calendar.CalendarList.Insert |
Calendar.CalendarList.insert(CalendarListEntry content)
Inserts an existing calendar into the user's calendar list.
|
Calendar.CalendarList.Patch |
Calendar.CalendarList.patch(String calendarId,
CalendarListEntry content)
Updates an existing calendar on the user's calendar list.
|
Calendar.CalendarList.Update |
Calendar.CalendarList.update(String calendarId,
CalendarListEntry content)
Updates an existing calendar on the user's calendar list.
|
| Constructor and Description |
|---|
Insert(CalendarListEntry content)
Inserts an existing calendar into the user's calendar list.
|
Patch(String calendarId,
CalendarListEntry content)
Updates an existing calendar on the user's calendar list.
|
Update(String calendarId,
CalendarListEntry content)
Updates an existing calendar on the user's calendar list.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarListEntry |
CalendarListEntry.clone() |
CalendarListEntry |
CalendarListEntry.set(String fieldName,
Object value) |
CalendarListEntry |
CalendarListEntry.setAccessRole(String accessRole)
The effective access role that the authenticated user has on the calendar.
|
CalendarListEntry |
CalendarListEntry.setBackgroundColor(String backgroundColor)
The main color of the calendar in the hexadecimal format "#0088aa".
|
CalendarListEntry |
CalendarListEntry.setColorId(String colorId)
The color of the calendar.
|
CalendarListEntry |
CalendarListEntry.setConferenceProperties(ConferenceProperties conferenceProperties)
Conferencing properties for this calendar, for example what types of conferences are allowed.
|
CalendarListEntry |
CalendarListEntry.setDefaultReminders(List<EventReminder> defaultReminders)
The default reminders that the authenticated user has for this calendar.
|
CalendarListEntry |
CalendarListEntry.setDeleted(Boolean deleted)
Whether this calendar list entry has been deleted from the calendar list.
|
CalendarListEntry |
CalendarListEntry.setDescription(String description)
Description of the calendar.
|
CalendarListEntry |
CalendarListEntry.setEtag(String etag)
ETag of the resource.
|
CalendarListEntry |
CalendarListEntry.setForegroundColor(String foregroundColor)
The foreground color of the calendar in the hexadecimal format "#ffffff".
|
CalendarListEntry |
CalendarListEntry.setHidden(Boolean hidden)
Whether the calendar has been hidden from the list.
|
CalendarListEntry |
CalendarListEntry.setId(String id)
Identifier of the calendar.
|
CalendarListEntry |
CalendarListEntry.setKind(String kind)
Type of the resource ("calendar#calendarListEntry").
|
CalendarListEntry |
CalendarListEntry.setLocation(String location)
Geographic location of the calendar as free-form text.
|
CalendarListEntry |
CalendarListEntry.setNotificationSettings(CalendarListEntry.NotificationSettings notificationSettings)
The notifications that the authenticated user is receiving for this calendar.
|
CalendarListEntry |
CalendarListEntry.setPrimary(Boolean primary)
Whether the calendar is the primary calendar of the authenticated user.
|
CalendarListEntry |
CalendarListEntry.setSelected(Boolean selected)
Whether the calendar content shows up in the calendar UI.
|
CalendarListEntry |
CalendarListEntry.setSummary(String summary)
Title of the calendar.
|
CalendarListEntry |
CalendarListEntry.setSummaryOverride(String summaryOverride)
The summary that the authenticated user has set for this calendar.
|
CalendarListEntry |
CalendarListEntry.setTimeZone(String timeZone)
The time zone of the calendar.
|
| Modifier and Type | Method and Description |
|---|---|
List<CalendarListEntry> |
CalendarList.getItems()
Calendars that are present on the user's calendar list.
|
| Modifier and Type | Method and Description |
|---|---|
CalendarList |
CalendarList.setItems(List<CalendarListEntry> items)
Calendars that are present on the user's calendar list.
|
Copyright © 2011–2020 Google. All rights reserved.