Calendar API v3 (revision 30)



Uses of Class
com.google.api.services.calendar.Calendar.Events.Patch

Packages that use Calendar.Events.Patch
com.google.api.services.calendar   
 

Uses of Calendar.Events.Patch in com.google.api.services.calendar
 

Methods in com.google.api.services.calendar that return Calendar.Events.Patch
 Calendar.Events.Patch Calendar.Events.patch(java.lang.String calendarId, java.lang.String eventId, Event content)
          Updates an event.
 Calendar.Events.Patch Calendar.Events.Patch.setAlt(java.lang.String alt)
           
 Calendar.Events.Patch Calendar.Events.Patch.setAlwaysIncludeEmail(java.lang.Boolean alwaysIncludeEmail)
          Whether to always include a value in the "email" field for the organizer, creator and attendees, even if no real email is available (i.e.
 Calendar.Events.Patch Calendar.Events.Patch.setCalendarId(java.lang.String calendarId)
          Calendar identifier.
 Calendar.Events.Patch Calendar.Events.Patch.setEventId(java.lang.String eventId)
          Event identifier.
 Calendar.Events.Patch Calendar.Events.Patch.setFields(java.lang.String fields)
           
 Calendar.Events.Patch Calendar.Events.Patch.setKey(java.lang.String key)
           
 Calendar.Events.Patch Calendar.Events.Patch.setMaxAttendees(java.lang.Integer maxAttendees)
          The maximum number of attendees to include in the response.
 Calendar.Events.Patch Calendar.Events.Patch.setOauthToken(java.lang.String oauthToken)
           
 Calendar.Events.Patch Calendar.Events.Patch.setPrettyPrint(java.lang.Boolean prettyPrint)
           
 Calendar.Events.Patch Calendar.Events.Patch.setQuotaUser(java.lang.String quotaUser)
           
 Calendar.Events.Patch Calendar.Events.Patch.setSendNotifications(java.lang.Boolean sendNotifications)
          Whether to send notifications about the event update (e.g.
 Calendar.Events.Patch Calendar.Events.Patch.setUserIp(java.lang.String userIp)