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

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

Issue 1078053002: Roll of googleapis as of 4/7/2015. (Closed) Base URL: https://github.com/dart-lang/googleapis.git@master
Patch Set: Created 5 years, 8 months 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": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/tTkPf1BQbU-MQtp3APXYoz4vX6M\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/0tpC9BbaQPK_TZmlZK5cHsIr_JY\"",
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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 "https://www.googleapis.com/auth/calendar", 576 "https://www.googleapis.com/auth/calendar",
577 "https://www.googleapis.com/auth/calendar.readonly" 577 "https://www.googleapis.com/auth/calendar.readonly"
578 ], 578 ],
579 "supportsSubscription": true 579 "supportsSubscription": true
580 } 580 }
581 } 581 }
582 }, 582 },
583 "calendars": { 583 "calendars": {
584 "methods": { 584 "methods": {
585 "clear": { 585 "clear": {
586 "description": "Clears a primary calendar. This operation de letes all data associated with the primary calendar of an account and cannot be undone.", 586 "description": "Clears a primary calendar. This operation de letes all events associated with the primary calendar of an account.",
587 "httpMethod": "POST", 587 "httpMethod": "POST",
588 "id": "calendar.calendars.clear", 588 "id": "calendar.calendars.clear",
589 "parameterOrder": [ 589 "parameterOrder": [
590 "calendarId" 590 "calendarId"
591 ], 591 ],
592 "parameters": { 592 "parameters": {
593 "calendarId": { 593 "calendarId": {
594 "description": "Calendar identifier.", 594 "description": "Calendar identifier.",
595 "location": "path", 595 "location": "path",
596 "required": true, 596 "required": true,
597 "type": "string" 597 "type": "string"
598 } 598 }
599 }, 599 },
600 "path": "calendars/{calendarId}/clear", 600 "path": "calendars/{calendarId}/clear",
601 "scopes": [ 601 "scopes": [
602 "https://www.googleapis.com/auth/calendar" 602 "https://www.googleapis.com/auth/calendar"
603 ] 603 ]
604 }, 604 },
605 "delete": { 605 "delete": {
606 "description": "Deletes a secondary calendar.", 606 "description": "Deletes a secondary calendar. Use calendars. clear for clearing all events on primary calendars.",
607 "httpMethod": "DELETE", 607 "httpMethod": "DELETE",
608 "id": "calendar.calendars.delete", 608 "id": "calendar.calendars.delete",
609 "parameterOrder": [ 609 "parameterOrder": [
610 "calendarId" 610 "calendarId"
611 ], 611 ],
612 "parameters": { 612 "parameters": {
613 "calendarId": { 613 "calendarId": {
614 "description": "Calendar identifier.", 614 "description": "Calendar identifier.",
615 "location": "path", 615 "location": "path",
616 "required": true, 616 "required": true,
(...skipping 911 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": "20150123", 1538 "revision": "20150303",
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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after
2601 "type": "string" 2601 "type": "string"
2602 } 2602 }
2603 }, 2603 },
2604 "type": "object" 2604 "type": "object"
2605 } 2605 }
2606 }, 2606 },
2607 "servicePath": "calendar/v3/", 2607 "servicePath": "calendar/v3/",
2608 "title": "Calendar API", 2608 "title": "Calendar API",
2609 "version": "v3" 2609 "version": "v3"
2610 } 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