Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.model.CalendarListEntry

Packages that use CalendarListEntry
com.google.api.services.calendar   
com.google.api.services.calendar.model   
 

Uses of CalendarListEntry in com.google.api.services.calendar
 

Methods in com.google.api.services.calendar with parameters of type CalendarListEntry
 Calendar.CalendarList.Insert Calendar.CalendarList.insert(CalendarListEntry content)
          Adds an entry to the user's calendar list.
 Calendar.CalendarList.Patch Calendar.CalendarList.patch(java.lang.String calendarId, CalendarListEntry content)
          Updates an entry on the user's calendar list.
 Calendar.CalendarList.Update Calendar.CalendarList.update(java.lang.String calendarId, CalendarListEntry content)
          Updates an entry on the user's calendar list.
 

Uses of CalendarListEntry in com.google.api.services.calendar.model
 

Methods in com.google.api.services.calendar.model that return CalendarListEntry
 CalendarListEntry CalendarListEntry.setAccessRole(java.lang.String accessRole)
          The effective access role that the authenticated user has on the calendar.
 CalendarListEntry CalendarListEntry.setBackgroundColor(java.lang.String backgroundColor)
          The main color of the calendar in the format '#0088aa'.
 CalendarListEntry CalendarListEntry.setColorId(java.lang.String colorId)
          The color of the calendar.
 CalendarListEntry CalendarListEntry.setDefaultReminders(java.util.List<EventReminder> defaultReminders)
          The default reminders that the authenticated user has for this calendar.
 CalendarListEntry CalendarListEntry.setDescription(java.lang.String description)
          Description of the calendar.
 CalendarListEntry CalendarListEntry.setEtag(java.lang.String etag)
          ETag of the resource.
 CalendarListEntry CalendarListEntry.setForegroundColor(java.lang.String foregroundColor)
          The foreground color of the calendar in the format '#ffffff'.
 CalendarListEntry CalendarListEntry.setHidden(java.lang.Boolean hidden)
          Whether the calendar has been hidden from the list.
 CalendarListEntry CalendarListEntry.setId(java.lang.String id)
          Identifier of the calendar.
 CalendarListEntry CalendarListEntry.setKind(java.lang.String kind)
          Type of the resource ("calendar#calendarListEntry").
 CalendarListEntry CalendarListEntry.setLocation(java.lang.String location)
          Geographic location of the calendar as free-form text.
 CalendarListEntry CalendarListEntry.setPrimary(java.lang.Boolean primary)
          Whether the calendar is the primary calendar of the authenticated user.
 CalendarListEntry CalendarListEntry.setSelected(java.lang.Boolean selected)
          Whether the calendar content shows up in the calendar UI.
 CalendarListEntry CalendarListEntry.setSummary(java.lang.String summary)
          Title of the calendar.
 CalendarListEntry CalendarListEntry.setSummaryOverride(java.lang.String summaryOverride)
          The summary that the authenticated user has set for this calendar.
 CalendarListEntry CalendarListEntry.setTimeZone(java.lang.String timeZone)
          The time zone of the calendar.
 

Methods in com.google.api.services.calendar.model that return types with arguments of type CalendarListEntry
 java.util.List<CalendarListEntry> CalendarList.getItems()
          Calendars that are present on the user's calendar list.
 

Method parameters in com.google.api.services.calendar.model with type arguments of type CalendarListEntry
 CalendarList CalendarList.setItems(java.util.List<CalendarListEntry> items)
          Calendars that are present on the user's calendar list.