Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Side by Side Diff: discovery/googleapis/calendar__v3.json

Issue 770773002: Api roll 7: 2014-12-01 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « discovery/googleapis/books__v1.json ('k') | discovery/googleapis/civicinfo__us_v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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": "Lets you manipulate events and other calendar data.", 17 "description": "Lets you manipulate 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": "\"l66ggWbucbkBw9Lpos72oziyefE/ChhI5_AHHLTSiJjr6RSC6c9iFo0\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/OzLKWVbn8Y37ZwpATx3RtdJvu34\"",
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 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
1528 }, 1528 },
1529 "scopes": [ 1529 "scopes": [
1530 "https://www.googleapis.com/auth/calendar", 1530 "https://www.googleapis.com/auth/calendar",
1531 "https://www.googleapis.com/auth/calendar.readonly" 1531 "https://www.googleapis.com/auth/calendar.readonly"
1532 ], 1532 ],
1533 "supportsSubscription": true 1533 "supportsSubscription": true
1534 } 1534 }
1535 } 1535 }
1536 } 1536 }
1537 }, 1537 },
1538 "revision": "20141020", 1538 "revision": "20141112",
1539 "rootUrl": "https://www.googleapis.com/", 1539 "rootUrl": "https://www.googleapis.com/",
1540 "schemas": { 1540 "schemas": {
1541 "Acl": { 1541 "Acl": {
1542 "id": "Acl", 1542 "id": "Acl",
1543 "properties": { 1543 "properties": {
1544 "etag": { 1544 "etag": {
1545 "description": "ETag of the collection.", 1545 "description": "ETag of the collection.",
1546 "type": "string" 1546 "type": "string"
1547 }, 1547 },
1548 "items": { 1548 "items": {
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
2231 "visibility": { 2231 "visibility": {
2232 "default": "default", 2232 "default": "default",
2233 "description": "Visibility of the event. Optional. Possible values are: \n- \"default\" - Uses the default visibility for events on the cal endar. This is the default value. \n- \"public\" - The event is public and event details are visible to all readers of the calendar. \n- \"private\" - The event is private and only event attendees may view event details. \n- \"confidential\ " - The event is private. This value is provided for compatibility reasons.", 2233 "description": "Visibility of the event. Optional. Possible values are: \n- \"default\" - Uses the default visibility for events on the cal endar. This is the default value. \n- \"public\" - The event is public and event details are visible to all readers of the calendar. \n- \"private\" - The event is private and only event attendees may view event details. \n- \"confidential\ " - The event is private. This value is provided for compatibility reasons.",
2234 "type": "string" 2234 "type": "string"
2235 } 2235 }
2236 }, 2236 },
2237 "type": "object" 2237 "type": "object"
2238 }, 2238 },
2239 "EventAttachment": { 2239 "EventAttachment": {
2240 "id": "EventAttachment", 2240 "id": "EventAttachment",
2241 "properties": {
2242 "title": {
2243 "description": "File name.",
2244 "type": "string"
2245 }
2246 },
2247 "type": "object" 2241 "type": "object"
2248 }, 2242 },
2249 "EventAttendee": { 2243 "EventAttendee": {
2250 "id": "EventAttendee", 2244 "id": "EventAttendee",
2251 "properties": { 2245 "properties": {
2252 "additionalGuests": { 2246 "additionalGuests": {
2253 "default": "0", 2247 "default": "0",
2254 "description": "Number of additional guests. Optional. The d efault is 0.", 2248 "description": "Number of additional guests. Optional. The d efault is 0.",
2255 "format": "int32", 2249 "format": "int32",
2256 "type": "integer" 2250 "type": "integer"
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
2607 "type": "string" 2601 "type": "string"
2608 } 2602 }
2609 }, 2603 },
2610 "type": "object" 2604 "type": "object"
2611 } 2605 }
2612 }, 2606 },
2613 "servicePath": "calendar/v3/", 2607 "servicePath": "calendar/v3/",
2614 "title": "Calendar API", 2608 "title": "Calendar API",
2615 "version": "v3" 2609 "version": "v3"
2616 } 2610 }
OLDNEW
« no previous file with comments | « discovery/googleapis/books__v1.json ('k') | discovery/googleapis/civicinfo__us_v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698