| Package | Description | 
|---|---|
| com.google.api.services.calendar.model | 
| Modifier and Type | Method and Description | 
|---|---|
Events | 
Events.clone()  | 
Events | 
Events.set(String fieldName,
   Object value)  | 
Events | 
Events.setAccessRole(String accessRole)
The user's access role for this calendar. 
 | 
Events | 
Events.setDefaultReminders(List<EventReminder> defaultReminders)
The default reminders on the calendar for the authenticated user. 
 | 
Events | 
Events.setDescription(String description)
Description of the calendar. 
 | 
Events | 
Events.setEtag(String etag)
ETag of the collection. 
 | 
Events | 
Events.setItems(List<Event> items)
List of events on the calendar. 
 | 
Events | 
Events.setKind(String kind)
Type of the collection ("calendar#events"). 
 | 
Events | 
Events.setNextPageToken(String nextPageToken)
Token used to access the next page of this result. 
 | 
Events | 
Events.setNextSyncToken(String nextSyncToken)
Token used at a later point in time to retrieve only the entries that have changed since this
 result was returned. 
 | 
Events | 
Events.setSummary(String summary)
Title of the calendar. 
 | 
Events | 
Events.setTimeZone(String timeZone)
The time zone of the calendar. 
 | 
Events | 
Events.setUpdated(com.google.api.client.util.DateTime updated)
Last modification time of the calendar (as a RFC3339 timestamp). 
 | 
Copyright © 2011–2025 Google. All rights reserved.