Calendar API v3 (revision 30)



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

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

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

Methods in com.google.api.services.calendar.model that return Events
 Events Events.setAccessRole(java.lang.String accessRole)
          The user's access role for this calendar.
 Events Events.setDefaultReminders(java.util.List<EventReminder> defaultReminders)
          The default reminders on the calendar for the authenticated user.
 Events Events.setDescription(java.lang.String description)
          Description of the calendar.
 Events Events.setEtag(java.lang.String etag)
          ETag of the collection.
 Events Events.setItems(java.util.List<Event> items)
          List of events on the calendar.
 Events Events.setKind(java.lang.String kind)
          Type of the collection ("calendar#events").
 Events Events.setNextPageToken(java.lang.String nextPageToken)
          Token used to access the next page of this result.
 Events Events.setSummary(java.lang.String summary)
          Title of the calendar.
 Events Events.setTimeZone(java.lang.String timeZone)
          The time zone of the calendar.
 Events Events.setUpdated(DateTime updated)
          Last modification time of the calendar (as a RFC 3339 timestamp).