| Package | Description |
|---|---|
| com.google.api.services.calendar |
| Modifier and Type | Method and Description |
|---|---|
Calendar.Events.Patch |
Calendar.Events.patch(String calendarId,
String eventId,
Event content)
Updates an event.
|
Calendar.Events.Patch |
Calendar.Events.Patch.set(String parameterName,
Object value) |
Calendar.Events.Patch |
Calendar.Events.Patch.setAlt(String alt) |
Calendar.Events.Patch |
Calendar.Events.Patch.setAlwaysIncludeEmail(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(String calendarId)
Calendar identifier.
|
Calendar.Events.Patch |
Calendar.Events.Patch.setEventId(String eventId)
Event identifier.
|
Calendar.Events.Patch |
Calendar.Events.Patch.setFields(String fields) |
Calendar.Events.Patch |
Calendar.Events.Patch.setKey(String key) |
Calendar.Events.Patch |
Calendar.Events.Patch.setMaxAttendees(Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.Patch |
Calendar.Events.Patch.setOauthToken(String oauthToken) |
Calendar.Events.Patch |
Calendar.Events.Patch.setPrettyPrint(Boolean prettyPrint) |
Calendar.Events.Patch |
Calendar.Events.Patch.setQuotaUser(String quotaUser) |
Calendar.Events.Patch |
Calendar.Events.Patch.setSendNotifications(Boolean sendNotifications)
Whether to send notifications about the event update (e.g.
|
Calendar.Events.Patch |
Calendar.Events.Patch.setUserIp(String userIp) |