OLD | NEW |
1 { | 1 { |
2 "auth": { | 2 "auth": { |
3 "oauth2": { | 3 "oauth2": { |
4 "scopes": { | 4 "scopes": { |
5 "https://www.googleapis.com/auth/calendar": { | 5 "https://www.googleapis.com/auth/calendar": { |
6 "description": "Manage your calendars" | 6 "description": "Manage your calendars" |
7 }, | 7 }, |
8 "https://www.googleapis.com/auth/calendar.readonly": { | 8 "https://www.googleapis.com/auth/calendar.readonly": { |
9 "description": "View your calendars" | 9 "description": "View your calendars" |
10 } | 10 } |
11 } | 11 } |
12 } | 12 } |
13 }, | 13 }, |
14 "basePath": "/calendar/v3/", | 14 "basePath": "/calendar/v3/", |
15 "baseUrl": "https://www.googleapis.com/calendar/v3/", | 15 "baseUrl": "https://www.googleapis.com/calendar/v3/", |
16 "batchPath": "batch", | 16 "batchPath": "batch", |
17 "description": "Manipulates events and other calendar data.", | 17 "description": "Manipulates events and other calendar data.", |
18 "discoveryVersion": "v1", | 18 "discoveryVersion": "v1", |
19 "documentationLink": "https://developers.google.com/google-apps/calendar/fir
stapp", | 19 "documentationLink": "https://developers.google.com/google-apps/calendar/fir
stapp", |
20 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/2lA7PDfBLSRcPUfw7VoE4FMZQd0\"", | 20 "etag": "\"YWOzh2SDasdU84ArJnpYek-OMdg/euj94Rd_zZNye-Ex23VYZId4hug\"", |
21 "icons": { | 21 "icons": { |
22 "x16": "http://www.google.com/images/icons/product/calendar-16.png", | 22 "x16": "http://www.google.com/images/icons/product/calendar-16.png", |
23 "x32": "http://www.google.com/images/icons/product/calendar-32.png" | 23 "x32": "http://www.google.com/images/icons/product/calendar-32.png" |
24 }, | 24 }, |
25 "id": "calendar:v3", | 25 "id": "calendar:v3", |
26 "kind": "discovery#restDescription", | 26 "kind": "discovery#restDescription", |
27 "name": "calendar", | 27 "name": "calendar", |
28 "ownerDomain": "google.com", | 28 "ownerDomain": "google.com", |
29 "ownerName": "Google", | 29 "ownerName": "Google", |
30 "parameters": { | 30 "parameters": { |
(...skipping 984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1015 }, | 1015 }, |
1016 "maxAttendees": { | 1016 "maxAttendees": { |
1017 "description": "The maximum number of attendees to i
nclude in the response. If there are more than the specified number of attendees
, only the participant is returned. Optional.", | 1017 "description": "The maximum number of attendees to i
nclude in the response. If there are more than the specified number of attendees
, only the participant is returned. Optional.", |
1018 "format": "int32", | 1018 "format": "int32", |
1019 "location": "query", | 1019 "location": "query", |
1020 "minimum": "1", | 1020 "minimum": "1", |
1021 "type": "integer" | 1021 "type": "integer" |
1022 }, | 1022 }, |
1023 "maxResults": { | 1023 "maxResults": { |
1024 "default": "250", | 1024 "default": "250", |
1025 "description": "Maximum number of events returned on
one result page. By default the value is 250 events. The page size can never be
larger than 2500 events. Optional.", | 1025 "description": "Maximum number of events returned on
one result page. The number of events in the resulting page may be less than th
is value, or none at all, even if there are more events matching the query. Inco
mplete pages can be detected by a non-empty nextPageToken field in the response.
By default the value is 250 events. The page size can never be larger than 2500
events. Optional.", |
1026 "format": "int32", | 1026 "format": "int32", |
1027 "location": "query", | 1027 "location": "query", |
1028 "minimum": "1", | 1028 "minimum": "1", |
1029 "type": "integer" | 1029 "type": "integer" |
1030 }, | 1030 }, |
1031 "orderBy": { | 1031 "orderBy": { |
1032 "description": "The order of the events returned in
the result. Optional. The default is an unspecified, stable order.", | 1032 "description": "The order of the events returned in
the result. Optional. The default is an unspecified, stable order.", |
1033 "enum": [ | 1033 "enum": [ |
1034 "startTime", | 1034 "startTime", |
1035 "updated" | 1035 "updated" |
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1330 }, | 1330 }, |
1331 "maxAttendees": { | 1331 "maxAttendees": { |
1332 "description": "The maximum number of attendees to i
nclude in the response. If there are more than the specified number of attendees
, only the participant is returned. Optional.", | 1332 "description": "The maximum number of attendees to i
nclude in the response. If there are more than the specified number of attendees
, only the participant is returned. Optional.", |
1333 "format": "int32", | 1333 "format": "int32", |
1334 "location": "query", | 1334 "location": "query", |
1335 "minimum": "1", | 1335 "minimum": "1", |
1336 "type": "integer" | 1336 "type": "integer" |
1337 }, | 1337 }, |
1338 "maxResults": { | 1338 "maxResults": { |
1339 "default": "250", | 1339 "default": "250", |
1340 "description": "Maximum number of events returned on
one result page. By default the value is 250 events. The page size can never be
larger than 2500 events. Optional.", | 1340 "description": "Maximum number of events returned on
one result page. The number of events in the resulting page may be less than th
is value, or none at all, even if there are more events matching the query. Inco
mplete pages can be detected by a non-empty nextPageToken field in the response.
By default the value is 250 events. The page size can never be larger than 2500
events. Optional.", |
1341 "format": "int32", | 1341 "format": "int32", |
1342 "location": "query", | 1342 "location": "query", |
1343 "minimum": "1", | 1343 "minimum": "1", |
1344 "type": "integer" | 1344 "type": "integer" |
1345 }, | 1345 }, |
1346 "orderBy": { | 1346 "orderBy": { |
1347 "description": "The order of the events returned in
the result. Optional. The default is an unspecified, stable order.", | 1347 "description": "The order of the events returned in
the result. Optional. The default is an unspecified, stable order.", |
1348 "enum": [ | 1348 "enum": [ |
1349 "startTime", | 1349 "startTime", |
1350 "updated" | 1350 "updated" |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1550 }, | 1550 }, |
1551 "scopes": [ | 1551 "scopes": [ |
1552 "https://www.googleapis.com/auth/calendar", | 1552 "https://www.googleapis.com/auth/calendar", |
1553 "https://www.googleapis.com/auth/calendar.readonly" | 1553 "https://www.googleapis.com/auth/calendar.readonly" |
1554 ], | 1554 ], |
1555 "supportsSubscription": true | 1555 "supportsSubscription": true |
1556 } | 1556 } |
1557 } | 1557 } |
1558 } | 1558 } |
1559 }, | 1559 }, |
1560 "revision": "20170516", | 1560 "revision": "20170528", |
1561 "rootUrl": "https://www.googleapis.com/", | 1561 "rootUrl": "https://www.googleapis.com/", |
1562 "schemas": { | 1562 "schemas": { |
1563 "Acl": { | 1563 "Acl": { |
1564 "id": "Acl", | 1564 "id": "Acl", |
1565 "properties": { | 1565 "properties": { |
1566 "etag": { | 1566 "etag": { |
1567 "description": "ETag of the collection.", | 1567 "description": "ETag of the collection.", |
1568 "type": "string" | 1568 "type": "string" |
1569 }, | 1569 }, |
1570 "items": { | 1570 "items": { |
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2763 "type": "string" | 2763 "type": "string" |
2764 } | 2764 } |
2765 }, | 2765 }, |
2766 "type": "object" | 2766 "type": "object" |
2767 } | 2767 } |
2768 }, | 2768 }, |
2769 "servicePath": "calendar/v3/", | 2769 "servicePath": "calendar/v3/", |
2770 "title": "Calendar API", | 2770 "title": "Calendar API", |
2771 "version": "v3" | 2771 "version": "v3" |
2772 } | 2772 } |
OLD | NEW |