Package | Description |
---|---|
com.google.api.services.calendar |
Modifier and Type | Method and Description |
---|---|
Calendar.Events.Watch |
Calendar.Events.Watch.set(String parameterName,
Object value) |
Calendar.Events.Watch |
Calendar.Events.Watch.setAlt(String alt) |
Calendar.Events.Watch |
Calendar.Events.Watch.setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
Deprecated and ignored.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setEventTypes(List<String> eventTypes)
Event types to return.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setFields(String fields) |
Calendar.Events.Watch |
Calendar.Events.Watch.setICalUID(String iCalUID)
Specifies an event ID in the iCalendar format to be provided in the response.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setKey(String key) |
Calendar.Events.Watch |
Calendar.Events.Watch.setMaxAttendees(Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setMaxResults(Integer maxResults)
Maximum number of events returned on one result page.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setOauthToken(String oauthToken) |
Calendar.Events.Watch |
Calendar.Events.Watch.setOrderBy(String orderBy)
The order of the events returned in the result.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setPageToken(String pageToken)
Token specifying which result page to return.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setPrettyPrint(Boolean prettyPrint) |
Calendar.Events.Watch |
Calendar.Events.Watch.setPrivateExtendedProperty(List<String> privateExtendedProperty)
Extended properties constraint specified as propertyName=value.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setQ(String q)
Free text search terms to find events that match these terms in the following fields:
- summary - description - location - attendee's displayName - attendee's email -
organizer's displayName - organizer's email -
workingLocationProperties.officeLocation.buildingId -
workingLocationProperties.officeLocation.deskId -
workingLocationProperties.officeLocation.label -
workingLocationProperties.customLocation.label These search terms also match predefined
keywords against all display title translations of working location, out-of-office, and
focus-time events.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setQuotaUser(String quotaUser) |
Calendar.Events.Watch |
Calendar.Events.Watch.setSharedExtendedProperty(List<String> sharedExtendedProperty)
Extended properties constraint specified as propertyName=value.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setShowDeleted(Boolean showDeleted)
Whether to include deleted events (with status equals "cancelled") in the result.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setShowHiddenInvitations(Boolean showHiddenInvitations)
Whether to include hidden invitations in the result.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setSingleEvents(Boolean singleEvents)
Whether to expand recurring events into instances and only return single one-off events and
instances of recurring events, but not the underlying recurring events themselves.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
previous list request.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setTimeMax(com.google.api.client.util.DateTime timeMax)
Upper bound (exclusive) for an event's start time to filter by.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setTimeMin(com.google.api.client.util.DateTime timeMin)
Lower bound (exclusive) for an event's end time to filter by.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setTimeZone(String timeZone)
Time zone used in the response.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setUpdatedMin(com.google.api.client.util.DateTime updatedMin)
Lower bound for an event's last modification time (as a RFC3339 timestamp) to filter by.
|
Calendar.Events.Watch |
Calendar.Events.Watch.setUserIp(String userIp) |
Calendar.Events.Watch |
Calendar.Events.watch(String calendarId,
Channel content)
Watch for changes to Events resources.
|
Copyright © 2011–2025 Google. All rights reserved.