| Package | Description |
|---|---|
| com.google.api.services.calendar |
| Modifier and Type | Method and Description |
|---|---|
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.set(java.lang.String parameterName,
java.lang.Object value) |
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.setSupportsAttachments(java.lang.Boolean supportsAttachments)
Whether API client performing operation supports event attachments.
|
Calendar.Events.Patch |
Calendar.Events.Patch.setUserIp(java.lang.String userIp) |