| Package | Description |
|---|---|
| com.google.api.services.vault.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CalendarOptions |
CalendarOptions.clone() |
CalendarOptions |
Query.getCalendarOptions()
Set Calendar search-specific options.
|
CalendarOptions |
CalendarOptions.set(String fieldName,
Object value) |
CalendarOptions |
CalendarOptions.setLocationQuery(List<String> locationQuery)
Matches only those events whose location contains all of the words in the given set.
|
CalendarOptions |
CalendarOptions.setMinusWords(List<String> minusWords)
Matches only those events that do not contain any of the words in the given set in title,
description, location, or attendees.
|
CalendarOptions |
CalendarOptions.setPeopleQuery(List<String> peopleQuery)
Matches only those events whose attendees contain all of the words in the given set.
|
CalendarOptions |
CalendarOptions.setResponseStatuses(List<String> responseStatuses)
Matches only events for which the custodian gave one of these responses.
|
CalendarOptions |
CalendarOptions.setVersionDate(String versionDate)
Search the current version of the Calendar event, but export the contents of the last version
saved before 12:00 AM UTC on the specified date.
|
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.setCalendarOptions(CalendarOptions calendarOptions)
Set Calendar search-specific options.
|
Copyright © 2011–2025 Google. All rights reserved.