Index: discovery/googleapis/calendar__v3.json |
diff --git a/discovery/googleapis/calendar__v3.json b/discovery/googleapis/calendar__v3.json |
index d4f804e1d76869d045f3783d46d2f3ea8fc93fd1..5e0c91b8bfa71804357c116d904770efeab0a0cf 100644 |
--- a/discovery/googleapis/calendar__v3.json |
+++ b/discovery/googleapis/calendar__v3.json |
@@ -17,7 +17,7 @@ |
"description": "Manipulates events and other calendar data.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/google-apps/calendar/firstapp", |
- "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/tApiqls0WzqBbV9TUS3AIhKNpgk\"", |
+ "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/pqxEL5F37ZiUcwsML3rlZ0uLs7s\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/calendar-16.png", |
"x32": "http://www.google.com/images/icons/product/calendar-32.png" |
@@ -1084,13 +1084,13 @@ |
"type": "string" |
}, |
"timeMax": { |
- "description": "Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.", |
+ "description": "Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMin is set, timeMax must be greater than timeMin.", |
"format": "date-time", |
"location": "query", |
"type": "string" |
}, |
"timeMin": { |
- "description": "Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.", |
+ "description": "Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMax is set, timeMin must be smaller than timeMax.", |
"format": "date-time", |
"location": "query", |
"type": "string" |
@@ -1399,13 +1399,13 @@ |
"type": "string" |
}, |
"timeMax": { |
- "description": "Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.", |
+ "description": "Upper bound (exclusive) for an event's start time to filter by. Optional. The default is not to filter by start time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMin is set, timeMax must be greater than timeMin.", |
"format": "date-time", |
"location": "query", |
"type": "string" |
}, |
"timeMin": { |
- "description": "Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.", |
+ "description": "Lower bound (inclusive) for an event's end time to filter by. Optional. The default is not to filter by end time. Must be an RFC3339 timestamp with mandatory time zone offset, e.g., 2011-06-03T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored. If timeMax is set, timeMin must be smaller than timeMax.", |
"format": "date-time", |
"location": "query", |
"type": "string" |
@@ -1557,7 +1557,7 @@ |
} |
} |
}, |
- "revision": "20170613", |
+ "revision": "20170718", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Acl": { |
@@ -1936,42 +1936,6 @@ |
}, |
"type": "object" |
}, |
- "DeepLinkData": { |
- "id": "DeepLinkData", |
- "properties": { |
- "links": { |
- "items": { |
- "$ref": "Link" |
- }, |
- "type": "array" |
- }, |
- "url": { |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "DisplayInfo": { |
- "id": "DisplayInfo", |
- "properties": { |
- "appIconUrl": { |
- "type": "string" |
- }, |
- "appShortTitle": { |
- "type": "string" |
- }, |
- "appTitle": { |
- "type": "string" |
- }, |
- "linkShortTitle": { |
- "type": "string" |
- }, |
- "linkTitle": { |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"Error": { |
"id": "Error", |
"properties": { |
@@ -2285,7 +2249,7 @@ |
}, |
"transparency": { |
"default": "opaque", |
- "description": "Whether the event blocks time on the calendar. Optional. Possible values are: \n- \"opaque\" - The event blocks time on the calendar. This is the default value. \n- \"transparent\" - The event does not block time on the calendar.", |
+ "description": "Whether the event blocks time on the calendar. Optional. Possible values are: \n- \"opaque\" - Default value. The event does block time on the calendar. This is equivalent to setting Show me as to Busy in the Calendar UI. \n- \"transparent\" - The event does not block time on the calendar. This is equivalent to setting Show me as to Available in the Calendar UI.", |
"type": "string" |
}, |
"updated": { |
@@ -2412,20 +2376,6 @@ |
}, |
"type": "object" |
}, |
- "EventHabitInstance": { |
- "id": "EventHabitInstance", |
- "properties": { |
- "data": { |
- "$ref": "HabitInstanceData", |
- "description": "Metadata specific to this instance." |
- }, |
- "parentId": { |
- "description": "Id of the habit this instance belongs to.", |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"EventReminder": { |
"id": "EventReminder", |
"properties": { |
@@ -2642,60 +2592,6 @@ |
}, |
"type": "object" |
}, |
- "HabitInstanceData": { |
- "id": "HabitInstanceData", |
- "properties": { |
- "status": { |
- "type": "string" |
- }, |
- "statusInferred": { |
- "type": "boolean" |
- }, |
- "type": { |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "LaunchInfo": { |
- "id": "LaunchInfo", |
- "properties": { |
- "appId": { |
- "type": "string" |
- }, |
- "installUrl": { |
- "type": "string" |
- }, |
- "intentAction": { |
- "type": "string" |
- }, |
- "uri": { |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
- "Link": { |
- "id": "Link", |
- "properties": { |
- "applinkingSource": { |
- "type": "string" |
- }, |
- "displayInfo": { |
- "$ref": "DisplayInfo" |
- }, |
- "launchInfo": { |
- "$ref": "LaunchInfo" |
- }, |
- "platform": { |
- "type": "string" |
- }, |
- "url": { |
- "type": "string" |
- } |
- }, |
- "type": "object" |
- }, |
"Setting": { |
"id": "Setting", |
"properties": { |