| 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": "\"tbys6C40o18GZwyMen5GMkdK-3s/oA2nY1s2y1iCU5X6WtdxOaVtgKI\"", | 20 "etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/liC4lT8IDv2yHJst59EBI_CpJI0\"", |
| 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 1519 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": "20170115", | 1560 "revision": "20170207", |
| 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 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2659 "type": "string" | 2659 "type": "string" |
| 2660 } | 2660 } |
| 2661 }, | 2661 }, |
| 2662 "type": "object" | 2662 "type": "object" |
| 2663 } | 2663 } |
| 2664 }, | 2664 }, |
| 2665 "servicePath": "calendar/v3/", | 2665 "servicePath": "calendar/v3/", |
| 2666 "title": "Calendar API", | 2666 "title": "Calendar API", |
| 2667 "version": "v3" | 2667 "version": "v3" |
| 2668 } | 2668 } |
| OLD | NEW |