Package | Description |
---|---|
com.google.api.services.calendar |
Modifier and Type | Method and Description |
---|---|
Calendar.CalendarList.List |
Calendar.CalendarList.list()
Returns the calendars on the user's calendar list.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.set(String parameterName,
Object value) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setAlt(String alt) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setFields(String fields) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setKey(String key) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setMaxResults(Integer maxResults)
Maximum number of entries returned on one result page.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.setMinAccessRole(String minAccessRole)
The minimum access role for the user in the returned entries.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.setOauthToken(String oauthToken) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setPageToken(String pageToken)
Token specifying which result page to return.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.setPrettyPrint(Boolean prettyPrint) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setQuotaUser(String quotaUser) |
Calendar.CalendarList.List |
Calendar.CalendarList.List.setShowDeleted(Boolean showDeleted)
Whether to include deleted calendar list entries in the result.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.setShowHidden(Boolean showHidden)
Whether to show hidden entries.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
previous list request.
|
Calendar.CalendarList.List |
Calendar.CalendarList.List.setUserIp(String userIp) |
Copyright © 2011–2025 Google. All rights reserved.