Reference for Google Toolkit
Corpora
Bodies of items (files/documents) to which the query applies. Prefer user
or drive
to allDrives
for efficiency. By default, corpora
is set to user
.
USER
: User's files.DOMAIN
: Files shared within a domain.DRIVE
: Files within a specific drive.ALL_DRIVES
: All files across all drives.
OrderBy
Sort keys for ordering files in Google Drive. Each key has both ascending and descending options.
CREATED_TIME
: When the file was created (ascending).CREATED_TIME_DESC
: When the file was created (descending).FOLDER
: The folder ID, sorted using alphabetical ordering (ascending).FOLDER_DESC
: The folder ID, sorted using alphabetical ordering (descending).MODIFIED_BY_ME_TIME
: The last time the file was modified by the user (ascending).MODIFIED_BY_ME_TIME_DESC
: The last time the file was modified by the user (descending).MODIFIED_TIME
: The last time the file was modified by anyone (ascending).MODIFIED_TIME_DESC
: The last time the file was modified by anyone (descending).NAME
: The name of the file, sorted using alphabetical ordering (ascending).NAME_DESC
: The name of the file, sorted using alphabetical ordering (descending).NAME_NATURAL
: The name of the file, sorted using natural sort ordering (ascending).NAME_NATURAL_DESC
: The name of the file, sorted using natural sort ordering (descending).QUOTA_BYTES_USED
: The number of storage quota bytes used by the file (ascending).QUOTA_BYTES_USED_DESC
: The number of storage quota bytes used by the file (descending).RECENCY
: The most recent timestamp from the file's date-time fields (ascending).RECENCY_DESC
: The most recent timestamp from the file's date-time fields (descending).SHARED_WITH_ME_TIME
: When the file was shared with the user, if applicable (ascending).SHARED_WITH_ME_TIME_DESC
: When the file was shared with the user, if applicable (descending).STARRED
: Whether the user has starred the file (ascending).STARRED_DESC
: Whether the user has starred the file (descending).VIEWED_BY_ME_TIME
: The last time the file was viewed by the user (ascending).VIEWED_BY_ME_TIME_DESC
: The last time the file was viewed by the user (descending).
DateRange
Represents different date ranges for filtering events.
TODAY
: Today.TOMORROW
: Tomorrow.THIS_WEEK
: This week.NEXT_WEEK
: Next week.THIS_MONTH
: This month.NEXT_MONTH
: Next month.
Day
Represents specific days for scheduling.
YESTERDAY
: Yesterday.TODAY
: Today.TOMORROW
: Tomorrow.THIS_SUNDAY
: This Sunday.THIS_MONDAY
: This Monday.THIS_TUESDAY
: This Tuesday.THIS_WEDNESDAY
: This Wednesday.THIS_THURSDAY
: This Thursday.THIS_FRIDAY
: This Friday.THIS_SATURDAY
: This Saturday.NEXT_SUNDAY
: Next Sunday.NEXT_MONDAY
: Next Monday.NEXT_TUESDAY
: Next Tuesday.NEXT_WEDNESDAY
: Next Wednesday.NEXT_THURSDAY
: Next Thursday.NEXT_FRIDAY
: Next Friday.NEXT_SATURDAY
: Next Saturday.
TimeSlot
Represents time slots in a day.
_0000
: 00:00_0015
: 00:15_0030
: 00:30_0045
: 00:45_0100
: 01:00_0115
: 01:15_0130
: 01:30_0145
: 01:45_0200
: 02:00_0215
: 02:15_0230
: 02:30_0245
: 02:45_0300
: 03:00_0315
: 03:15_0330
: 03:30_0345
: 03:45_0400
: 04:00_0415
: 04:15_0430
: 04:30_0445
: 04:45_0500
: 05:00_0515
: 05:15_0530
: 05:30_0545
: 05:45_0600
: 06:00_0615
: 06:15_0630
: 06:30_0645
: 06:45_0700
: 07:00_0715
: 07:15_0730
: 07:30_0745
: 07:45_0800
: 08:00_0815
: 08:15_0830
: 08:30_0845
: 08:45_0900
: 09:00_0915
: 09:15_0930
: 09:30_0945
: 09:45_1000
: 10:00_1015
: 10:15_1030
: 10:30_1045
: 10:45_1100
: 11:00_1115
: 11:15_1130
: 11:30_1145
: 11:45_1200
: 12:00_1215
: 12:15_1230
: 12:30_1245
: 12:45_1300
: 13:00_1315
: 13:15_1330
: 13:30_1345
: 13:45_1400
: 14:00_1415
: 14:15_1430
: 14:30_1445
: 14:45_1500
: 15:00_1515
: 15:15_1530
: 15:30_1545
: 15:45_1600
: 16:00_1615
: 16:15_1630
: 16:30_1645
: 16:45_1700
: 17:00_1715
: 17:15_1730
: 17:30_1745
: 17:45_1800
: 18:00_1815
: 18:15_1830
: 18:30_1845
: 18:45_1900
: 19:00_1915
: 19:15_1930
: 19:30_1945
: 19:45_2000
: 20:00_2015
: 20:15_2030
: 20:30_2045
: 20:45_2100
: 21:00_2115
: 21:15_2130
: 21:30_2145
: 21:45_2200
: 22:00_2215
: 22:15_2230
: 22:30_2245
: 22:45_2300
: 23:00_2315
: 23:15_2330
: 23:30_2345
: 23:45
EventVisibility
Defines the visibility of an event.
DEFAULT
: Default visibility.PUBLIC
: Public visibility.PRIVATE
: Private visibility.CONFIDENTIAL
: Confidential visibility.
EventType
Specifies the type of an event.
BIRTHDAY
: Birthday events.DEFAULT
: Regular events.FOCUS_TIME
: Focus time events.FROM_GMAIL
: Events from Gmail.OUT_OF_OFFICE
: Out of office events.WORKING_LOCATION
: Working location events.
SendUpdatesOptions
Options for sending updates about events.
NONE
: No notifications are sent.ALL
: Notifications are sent to all guests.EXTERNAL_ONLY
: Notifications are sent to non-Google Calendar guests only.