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

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

Issue 1268013003: Api-roll 21: 2015-08-04 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 5 years, 4 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
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/gZ3dylzm2EVgH6aR8x8XhHMIdxI\"", 20 "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/1mZqecM-TBcvMz8DeykD5V-x60E\"",
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 "delete": { 79 "delete": {
80 "description": "Deletes an access control rule.", 80 "description": "Deletes an access control rule.",
81 "httpMethod": "DELETE", 81 "httpMethod": "DELETE",
82 "id": "calendar.acl.delete", 82 "id": "calendar.acl.delete",
83 "parameterOrder": [ 83 "parameterOrder": [
84 "calendarId", 84 "calendarId",
85 "ruleId" 85 "ruleId"
86 ], 86 ],
87 "parameters": { 87 "parameters": {
88 "calendarId": { 88 "calendarId": {
89 "description": "Calendar identifier.", 89 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
90 "location": "path", 90 "location": "path",
91 "required": true, 91 "required": true,
92 "type": "string" 92 "type": "string"
93 }, 93 },
94 "ruleId": { 94 "ruleId": {
95 "description": "ACL rule identifier.", 95 "description": "ACL rule identifier.",
96 "location": "path", 96 "location": "path",
97 "required": true, 97 "required": true,
98 "type": "string" 98 "type": "string"
99 } 99 }
100 }, 100 },
101 "path": "calendars/{calendarId}/acl/{ruleId}", 101 "path": "calendars/{calendarId}/acl/{ruleId}",
102 "scopes": [ 102 "scopes": [
103 "https://www.googleapis.com/auth/calendar" 103 "https://www.googleapis.com/auth/calendar"
104 ] 104 ]
105 }, 105 },
106 "get": { 106 "get": {
107 "description": "Returns an access control rule.", 107 "description": "Returns an access control rule.",
108 "httpMethod": "GET", 108 "httpMethod": "GET",
109 "id": "calendar.acl.get", 109 "id": "calendar.acl.get",
110 "parameterOrder": [ 110 "parameterOrder": [
111 "calendarId", 111 "calendarId",
112 "ruleId" 112 "ruleId"
113 ], 113 ],
114 "parameters": { 114 "parameters": {
115 "calendarId": { 115 "calendarId": {
116 "description": "Calendar identifier.", 116 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
117 "location": "path", 117 "location": "path",
118 "required": true, 118 "required": true,
119 "type": "string" 119 "type": "string"
120 }, 120 },
121 "ruleId": { 121 "ruleId": {
122 "description": "ACL rule identifier.", 122 "description": "ACL rule identifier.",
123 "location": "path", 123 "location": "path",
124 "required": true, 124 "required": true,
125 "type": "string" 125 "type": "string"
126 } 126 }
127 }, 127 },
128 "path": "calendars/{calendarId}/acl/{ruleId}", 128 "path": "calendars/{calendarId}/acl/{ruleId}",
129 "response": { 129 "response": {
130 "$ref": "AclRule" 130 "$ref": "AclRule"
131 }, 131 },
132 "scopes": [ 132 "scopes": [
133 "https://www.googleapis.com/auth/calendar", 133 "https://www.googleapis.com/auth/calendar",
134 "https://www.googleapis.com/auth/calendar.readonly" 134 "https://www.googleapis.com/auth/calendar.readonly"
135 ] 135 ]
136 }, 136 },
137 "insert": { 137 "insert": {
138 "description": "Creates an access control rule.", 138 "description": "Creates an access control rule.",
139 "httpMethod": "POST", 139 "httpMethod": "POST",
140 "id": "calendar.acl.insert", 140 "id": "calendar.acl.insert",
141 "parameterOrder": [ 141 "parameterOrder": [
142 "calendarId" 142 "calendarId"
143 ], 143 ],
144 "parameters": { 144 "parameters": {
145 "calendarId": { 145 "calendarId": {
146 "description": "Calendar identifier.", 146 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
147 "location": "path", 147 "location": "path",
148 "required": true, 148 "required": true,
149 "type": "string" 149 "type": "string"
150 } 150 }
151 }, 151 },
152 "path": "calendars/{calendarId}/acl", 152 "path": "calendars/{calendarId}/acl",
153 "request": { 153 "request": {
154 "$ref": "AclRule" 154 "$ref": "AclRule"
155 }, 155 },
156 "response": { 156 "response": {
157 "$ref": "AclRule" 157 "$ref": "AclRule"
158 }, 158 },
159 "scopes": [ 159 "scopes": [
160 "https://www.googleapis.com/auth/calendar" 160 "https://www.googleapis.com/auth/calendar"
161 ] 161 ]
162 }, 162 },
163 "list": { 163 "list": {
164 "description": "Returns the rules in the access control list for the calendar.", 164 "description": "Returns the rules in the access control list for the calendar.",
165 "httpMethod": "GET", 165 "httpMethod": "GET",
166 "id": "calendar.acl.list", 166 "id": "calendar.acl.list",
167 "parameterOrder": [ 167 "parameterOrder": [
168 "calendarId" 168 "calendarId"
169 ], 169 ],
170 "parameters": { 170 "parameters": {
171 "calendarId": { 171 "calendarId": {
172 "description": "Calendar identifier.", 172 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
173 "location": "path", 173 "location": "path",
174 "required": true, 174 "required": true,
175 "type": "string" 175 "type": "string"
176 }, 176 },
177 "maxResults": { 177 "maxResults": {
178 "description": "Maximum number of entries returned o n one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.", 178 "description": "Maximum number of entries returned o n one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.",
179 "format": "int32", 179 "format": "int32",
180 "location": "query", 180 "location": "query",
181 "minimum": "1", 181 "minimum": "1",
182 "type": "integer" 182 "type": "integer"
(...skipping 26 matching lines...) Expand all
209 "patch": { 209 "patch": {
210 "description": "Updates an access control rule. This method supports patch semantics.", 210 "description": "Updates an access control rule. This method supports patch semantics.",
211 "httpMethod": "PATCH", 211 "httpMethod": "PATCH",
212 "id": "calendar.acl.patch", 212 "id": "calendar.acl.patch",
213 "parameterOrder": [ 213 "parameterOrder": [
214 "calendarId", 214 "calendarId",
215 "ruleId" 215 "ruleId"
216 ], 216 ],
217 "parameters": { 217 "parameters": {
218 "calendarId": { 218 "calendarId": {
219 "description": "Calendar identifier.", 219 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
220 "location": "path", 220 "location": "path",
221 "required": true, 221 "required": true,
222 "type": "string" 222 "type": "string"
223 }, 223 },
224 "ruleId": { 224 "ruleId": {
225 "description": "ACL rule identifier.", 225 "description": "ACL rule identifier.",
226 "location": "path", 226 "location": "path",
227 "required": true, 227 "required": true,
228 "type": "string" 228 "type": "string"
229 } 229 }
(...skipping 12 matching lines...) Expand all
242 "update": { 242 "update": {
243 "description": "Updates an access control rule.", 243 "description": "Updates an access control rule.",
244 "httpMethod": "PUT", 244 "httpMethod": "PUT",
245 "id": "calendar.acl.update", 245 "id": "calendar.acl.update",
246 "parameterOrder": [ 246 "parameterOrder": [
247 "calendarId", 247 "calendarId",
248 "ruleId" 248 "ruleId"
249 ], 249 ],
250 "parameters": { 250 "parameters": {
251 "calendarId": { 251 "calendarId": {
252 "description": "Calendar identifier.", 252 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
253 "location": "path", 253 "location": "path",
254 "required": true, 254 "required": true,
255 "type": "string" 255 "type": "string"
256 }, 256 },
257 "ruleId": { 257 "ruleId": {
258 "description": "ACL rule identifier.", 258 "description": "ACL rule identifier.",
259 "location": "path", 259 "location": "path",
260 "required": true, 260 "required": true,
261 "type": "string" 261 "type": "string"
262 } 262 }
(...skipping 11 matching lines...) Expand all
274 }, 274 },
275 "watch": { 275 "watch": {
276 "description": "Watch for changes to ACL resources.", 276 "description": "Watch for changes to ACL resources.",
277 "httpMethod": "POST", 277 "httpMethod": "POST",
278 "id": "calendar.acl.watch", 278 "id": "calendar.acl.watch",
279 "parameterOrder": [ 279 "parameterOrder": [
280 "calendarId" 280 "calendarId"
281 ], 281 ],
282 "parameters": { 282 "parameters": {
283 "calendarId": { 283 "calendarId": {
284 "description": "Calendar identifier.", 284 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
285 "location": "path", 285 "location": "path",
286 "required": true, 286 "required": true,
287 "type": "string" 287 "type": "string"
288 }, 288 },
289 "maxResults": { 289 "maxResults": {
290 "description": "Maximum number of entries returned o n one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.", 290 "description": "Maximum number of entries returned o n one result page. By default the value is 100 entries. The page size can never be larger than 250 entries. Optional.",
291 "format": "int32", 291 "format": "int32",
292 "location": "query", 292 "location": "query",
293 "minimum": "1", 293 "minimum": "1",
294 "type": "integer" 294 "type": "integer"
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "methods": { 328 "methods": {
329 "delete": { 329 "delete": {
330 "description": "Deletes an entry on the user's calendar list .", 330 "description": "Deletes an entry on the user's calendar list .",
331 "httpMethod": "DELETE", 331 "httpMethod": "DELETE",
332 "id": "calendar.calendarList.delete", 332 "id": "calendar.calendarList.delete",
333 "parameterOrder": [ 333 "parameterOrder": [
334 "calendarId" 334 "calendarId"
335 ], 335 ],
336 "parameters": { 336 "parameters": {
337 "calendarId": { 337 "calendarId": {
338 "description": "Calendar identifier.", 338 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
339 "location": "path", 339 "location": "path",
340 "required": true, 340 "required": true,
341 "type": "string" 341 "type": "string"
342 } 342 }
343 }, 343 },
344 "path": "users/me/calendarList/{calendarId}", 344 "path": "users/me/calendarList/{calendarId}",
345 "scopes": [ 345 "scopes": [
346 "https://www.googleapis.com/auth/calendar" 346 "https://www.googleapis.com/auth/calendar"
347 ] 347 ]
348 }, 348 },
349 "get": { 349 "get": {
350 "description": "Returns an entry on the user's calendar list .", 350 "description": "Returns an entry on the user's calendar list .",
351 "httpMethod": "GET", 351 "httpMethod": "GET",
352 "id": "calendar.calendarList.get", 352 "id": "calendar.calendarList.get",
353 "parameterOrder": [ 353 "parameterOrder": [
354 "calendarId" 354 "calendarId"
355 ], 355 ],
356 "parameters": { 356 "parameters": {
357 "calendarId": { 357 "calendarId": {
358 "description": "Calendar identifier.", 358 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
359 "location": "path", 359 "location": "path",
360 "required": true, 360 "required": true,
361 "type": "string" 361 "type": "string"
362 } 362 }
363 }, 363 },
364 "path": "users/me/calendarList/{calendarId}", 364 "path": "users/me/calendarList/{calendarId}",
365 "response": { 365 "response": {
366 "$ref": "CalendarListEntry" 366 "$ref": "CalendarListEntry"
367 }, 367 },
368 "scopes": [ 368 "scopes": [
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 }, 454 },
455 "patch": { 455 "patch": {
456 "description": "Updates an entry on the user's calendar list . This method supports patch semantics.", 456 "description": "Updates an entry on the user's calendar list . This method supports patch semantics.",
457 "httpMethod": "PATCH", 457 "httpMethod": "PATCH",
458 "id": "calendar.calendarList.patch", 458 "id": "calendar.calendarList.patch",
459 "parameterOrder": [ 459 "parameterOrder": [
460 "calendarId" 460 "calendarId"
461 ], 461 ],
462 "parameters": { 462 "parameters": {
463 "calendarId": { 463 "calendarId": {
464 "description": "Calendar identifier.", 464 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
465 "location": "path", 465 "location": "path",
466 "required": true, 466 "required": true,
467 "type": "string" 467 "type": "string"
468 }, 468 },
469 "colorRgbFormat": { 469 "colorRgbFormat": {
470 "description": "Whether to use the foregroundColor a nd backgroundColor fields to write the calendar colors (RGB). If this feature is used, the index-based colorId field will be set to the best matching option aut omatically. Optional. The default is False.", 470 "description": "Whether to use the foregroundColor a nd backgroundColor fields to write the calendar colors (RGB). If this feature is used, the index-based colorId field will be set to the best matching option aut omatically. Optional. The default is False.",
471 "location": "query", 471 "location": "query",
472 "type": "boolean" 472 "type": "boolean"
473 } 473 }
474 }, 474 },
(...skipping 10 matching lines...) Expand all
485 }, 485 },
486 "update": { 486 "update": {
487 "description": "Updates an entry on the user's calendar list .", 487 "description": "Updates an entry on the user's calendar list .",
488 "httpMethod": "PUT", 488 "httpMethod": "PUT",
489 "id": "calendar.calendarList.update", 489 "id": "calendar.calendarList.update",
490 "parameterOrder": [ 490 "parameterOrder": [
491 "calendarId" 491 "calendarId"
492 ], 492 ],
493 "parameters": { 493 "parameters": {
494 "calendarId": { 494 "calendarId": {
495 "description": "Calendar identifier.", 495 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
496 "location": "path", 496 "location": "path",
497 "required": true, 497 "required": true,
498 "type": "string" 498 "type": "string"
499 }, 499 },
500 "colorRgbFormat": { 500 "colorRgbFormat": {
501 "description": "Whether to use the foregroundColor a nd backgroundColor fields to write the calendar colors (RGB). If this feature is used, the index-based colorId field will be set to the best matching option aut omatically. Optional. The default is False.", 501 "description": "Whether to use the foregroundColor a nd backgroundColor fields to write the calendar colors (RGB). If this feature is used, the index-based colorId field will be set to the best matching option aut omatically. Optional. The default is False.",
502 "location": "query", 502 "location": "query",
503 "type": "boolean" 503 "type": "boolean"
504 } 504 }
505 }, 505 },
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 "methods": { 584 "methods": {
585 "clear": { 585 "clear": {
586 "description": "Clears a primary calendar. This operation de letes all events associated with the primary calendar of an account.", 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. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
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. Use calendars. clear for clearing all events on primary calendars.", 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. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
615 "location": "path", 615 "location": "path",
616 "required": true, 616 "required": true,
617 "type": "string" 617 "type": "string"
618 } 618 }
619 }, 619 },
620 "path": "calendars/{calendarId}", 620 "path": "calendars/{calendarId}",
621 "scopes": [ 621 "scopes": [
622 "https://www.googleapis.com/auth/calendar" 622 "https://www.googleapis.com/auth/calendar"
623 ] 623 ]
624 }, 624 },
625 "get": { 625 "get": {
626 "description": "Returns metadata for a calendar.", 626 "description": "Returns metadata for a calendar.",
627 "httpMethod": "GET", 627 "httpMethod": "GET",
628 "id": "calendar.calendars.get", 628 "id": "calendar.calendars.get",
629 "parameterOrder": [ 629 "parameterOrder": [
630 "calendarId" 630 "calendarId"
631 ], 631 ],
632 "parameters": { 632 "parameters": {
633 "calendarId": { 633 "calendarId": {
634 "description": "Calendar identifier.", 634 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
635 "location": "path", 635 "location": "path",
636 "required": true, 636 "required": true,
637 "type": "string" 637 "type": "string"
638 } 638 }
639 }, 639 },
640 "path": "calendars/{calendarId}", 640 "path": "calendars/{calendarId}",
641 "response": { 641 "response": {
642 "$ref": "Calendar" 642 "$ref": "Calendar"
643 }, 643 },
644 "scopes": [ 644 "scopes": [
(...skipping 18 matching lines...) Expand all
663 }, 663 },
664 "patch": { 664 "patch": {
665 "description": "Updates metadata for a calendar. This method supports patch semantics.", 665 "description": "Updates metadata for a calendar. This method supports patch semantics.",
666 "httpMethod": "PATCH", 666 "httpMethod": "PATCH",
667 "id": "calendar.calendars.patch", 667 "id": "calendar.calendars.patch",
668 "parameterOrder": [ 668 "parameterOrder": [
669 "calendarId" 669 "calendarId"
670 ], 670 ],
671 "parameters": { 671 "parameters": {
672 "calendarId": { 672 "calendarId": {
673 "description": "Calendar identifier.", 673 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
674 "location": "path", 674 "location": "path",
675 "required": true, 675 "required": true,
676 "type": "string" 676 "type": "string"
677 } 677 }
678 }, 678 },
679 "path": "calendars/{calendarId}", 679 "path": "calendars/{calendarId}",
680 "request": { 680 "request": {
681 "$ref": "Calendar" 681 "$ref": "Calendar"
682 }, 682 },
683 "response": { 683 "response": {
684 "$ref": "Calendar" 684 "$ref": "Calendar"
685 }, 685 },
686 "scopes": [ 686 "scopes": [
687 "https://www.googleapis.com/auth/calendar" 687 "https://www.googleapis.com/auth/calendar"
688 ] 688 ]
689 }, 689 },
690 "update": { 690 "update": {
691 "description": "Updates metadata for a calendar.", 691 "description": "Updates metadata for a calendar.",
692 "httpMethod": "PUT", 692 "httpMethod": "PUT",
693 "id": "calendar.calendars.update", 693 "id": "calendar.calendars.update",
694 "parameterOrder": [ 694 "parameterOrder": [
695 "calendarId" 695 "calendarId"
696 ], 696 ],
697 "parameters": { 697 "parameters": {
698 "calendarId": { 698 "calendarId": {
699 "description": "Calendar identifier.", 699 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
700 "location": "path", 700 "location": "path",
701 "required": true, 701 "required": true,
702 "type": "string" 702 "type": "string"
703 } 703 }
704 }, 704 },
705 "path": "calendars/{calendarId}", 705 "path": "calendars/{calendarId}",
706 "request": { 706 "request": {
707 "$ref": "Calendar" 707 "$ref": "Calendar"
708 }, 708 },
709 "response": { 709 "response": {
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 "delete": { 755 "delete": {
756 "description": "Deletes an event.", 756 "description": "Deletes an event.",
757 "httpMethod": "DELETE", 757 "httpMethod": "DELETE",
758 "id": "calendar.events.delete", 758 "id": "calendar.events.delete",
759 "parameterOrder": [ 759 "parameterOrder": [
760 "calendarId", 760 "calendarId",
761 "eventId" 761 "eventId"
762 ], 762 ],
763 "parameters": { 763 "parameters": {
764 "calendarId": { 764 "calendarId": {
765 "description": "Calendar identifier.", 765 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
766 "location": "path", 766 "location": "path",
767 "required": true, 767 "required": true,
768 "type": "string" 768 "type": "string"
769 }, 769 },
770 "eventId": { 770 "eventId": {
771 "description": "Event identifier.", 771 "description": "Event identifier.",
772 "location": "path", 772 "location": "path",
773 "required": true, 773 "required": true,
774 "type": "string" 774 "type": "string"
775 }, 775 },
(...skipping 16 matching lines...) Expand all
792 "calendarId", 792 "calendarId",
793 "eventId" 793 "eventId"
794 ], 794 ],
795 "parameters": { 795 "parameters": {
796 "alwaysIncludeEmail": { 796 "alwaysIncludeEmail": {
797 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.", 797 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.",
798 "location": "query", 798 "location": "query",
799 "type": "boolean" 799 "type": "boolean"
800 }, 800 },
801 "calendarId": { 801 "calendarId": {
802 "description": "Calendar identifier.", 802 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
803 "location": "path", 803 "location": "path",
804 "required": true, 804 "required": true,
805 "type": "string" 805 "type": "string"
806 }, 806 },
807 "eventId": { 807 "eventId": {
808 "description": "Event identifier.", 808 "description": "Event identifier.",
809 "location": "path", 809 "location": "path",
810 "required": true, 810 "required": true,
811 "type": "string" 811 "type": "string"
812 }, 812 },
(...skipping 21 matching lines...) Expand all
834 }, 834 },
835 "import": { 835 "import": {
836 "description": "Imports an event. This operation is used to add a private copy of an existing event to a calendar.", 836 "description": "Imports an event. This operation is used to add a private copy of an existing event to a calendar.",
837 "httpMethod": "POST", 837 "httpMethod": "POST",
838 "id": "calendar.events.import", 838 "id": "calendar.events.import",
839 "parameterOrder": [ 839 "parameterOrder": [
840 "calendarId" 840 "calendarId"
841 ], 841 ],
842 "parameters": { 842 "parameters": {
843 "calendarId": { 843 "calendarId": {
844 "description": "Calendar identifier.", 844 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
845 "location": "path", 845 "location": "path",
846 "required": true, 846 "required": true,
847 "type": "string" 847 "type": "string"
848 }, 848 },
849 "supportsAttachments": { 849 "supportsAttachments": {
850 "description": "Whether API client performing operat ion supports event attachments. Optional. The default is False.", 850 "description": "Whether API client performing operat ion supports event attachments. Optional. The default is False.",
851 "location": "query", 851 "location": "query",
852 "type": "boolean" 852 "type": "boolean"
853 } 853 }
854 }, 854 },
(...skipping 10 matching lines...) Expand all
865 }, 865 },
866 "insert": { 866 "insert": {
867 "description": "Creates an event.", 867 "description": "Creates an event.",
868 "httpMethod": "POST", 868 "httpMethod": "POST",
869 "id": "calendar.events.insert", 869 "id": "calendar.events.insert",
870 "parameterOrder": [ 870 "parameterOrder": [
871 "calendarId" 871 "calendarId"
872 ], 872 ],
873 "parameters": { 873 "parameters": {
874 "calendarId": { 874 "calendarId": {
875 "description": "Calendar identifier.", 875 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
876 "location": "path", 876 "location": "path",
877 "required": true, 877 "required": true,
878 "type": "string" 878 "type": "string"
879 }, 879 },
880 "maxAttendees": { 880 "maxAttendees": {
881 "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.", 881 "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.",
882 "format": "int32", 882 "format": "int32",
883 "location": "query", 883 "location": "query",
884 "minimum": "1", 884 "minimum": "1",
885 "type": "integer" 885 "type": "integer"
(...skipping 28 matching lines...) Expand all
914 "calendarId", 914 "calendarId",
915 "eventId" 915 "eventId"
916 ], 916 ],
917 "parameters": { 917 "parameters": {
918 "alwaysIncludeEmail": { 918 "alwaysIncludeEmail": {
919 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.", 919 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.",
920 "location": "query", 920 "location": "query",
921 "type": "boolean" 921 "type": "boolean"
922 }, 922 },
923 "calendarId": { 923 "calendarId": {
924 "description": "Calendar identifier.", 924 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
925 "location": "path", 925 "location": "path",
926 "required": true, 926 "required": true,
927 "type": "string" 927 "type": "string"
928 }, 928 },
929 "eventId": { 929 "eventId": {
930 "description": "Recurring event identifier.", 930 "description": "Recurring event identifier.",
931 "location": "path", 931 "location": "path",
932 "required": true, 932 "required": true,
933 "type": "string" 933 "type": "string"
934 }, 934 },
(...skipping 20 matching lines...) Expand all
955 "description": "Token specifying which result page t o return. Optional.", 955 "description": "Token specifying which result page t o return. Optional.",
956 "location": "query", 956 "location": "query",
957 "type": "string" 957 "type": "string"
958 }, 958 },
959 "showDeleted": { 959 "showDeleted": {
960 "description": "Whether to include deleted events (w ith status equals \"cancelled\") in the result. Cancelled instances of recurring events will still be included if singleEvents is False. Optional. The default i s False.", 960 "description": "Whether to include deleted events (w ith status equals \"cancelled\") in the result. Cancelled instances of recurring events will still be included if singleEvents is False. Optional. The default i s False.",
961 "location": "query", 961 "location": "query",
962 "type": "boolean" 962 "type": "boolean"
963 }, 963 },
964 "timeMax": { 964 "timeMax": {
965 "description": "Upper bound (exclusive) for an event 's start time to filter by. Optional. The default is not to filter by start time .", 965 "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.",
966 "format": "date-time", 966 "format": "date-time",
967 "location": "query", 967 "location": "query",
968 "type": "string" 968 "type": "string"
969 }, 969 },
970 "timeMin": { 970 "timeMin": {
971 "description": "Lower bound (inclusive) for an event 's end time to filter by. Optional. The default is not to filter by end time.", 971 "description": "Lower bound (inclusive) for an event 's end time to filter by. Optional. The default is not to filter by end time. Mu st be an RFC3339 timestamp with mandatory time zone offset.",
972 "format": "date-time", 972 "format": "date-time",
973 "location": "query", 973 "location": "query",
974 "type": "string" 974 "type": "string"
975 }, 975 },
976 "timeZone": { 976 "timeZone": {
977 "description": "Time zone used in the response. Opti onal. The default is the time zone of the calendar.", 977 "description": "Time zone used in the response. Opti onal. The default is the time zone of the calendar.",
978 "location": "query", 978 "location": "query",
979 "type": "string" 979 "type": "string"
980 } 980 }
981 }, 981 },
(...skipping 14 matching lines...) Expand all
996 "parameterOrder": [ 996 "parameterOrder": [
997 "calendarId" 997 "calendarId"
998 ], 998 ],
999 "parameters": { 999 "parameters": {
1000 "alwaysIncludeEmail": { 1000 "alwaysIncludeEmail": {
1001 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.", 1001 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.",
1002 "location": "query", 1002 "location": "query",
1003 "type": "boolean" 1003 "type": "boolean"
1004 }, 1004 },
1005 "calendarId": { 1005 "calendarId": {
1006 "description": "Calendar identifier.", 1006 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
1007 "location": "path", 1007 "location": "path",
1008 "required": true, 1008 "required": true,
1009 "type": "string" 1009 "type": "string"
1010 }, 1010 },
1011 "iCalUID": { 1011 "iCalUID": {
1012 "description": "Specifies event ID in the iCalendar format to be included in the response. Optional.", 1012 "description": "Specifies event ID in the iCalendar format to be included in the response. Optional.",
1013 "location": "query", 1013 "location": "query",
1014 "type": "string" 1014 "type": "string"
1015 }, 1015 },
1016 "maxAttendees": { 1016 "maxAttendees": {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 "description": "Whether to expand recurring events i nto instances and only return single one-off events and instances of recurring e vents, but not the underlying recurring events themselves. Optional. The default is False.", 1076 "description": "Whether to expand recurring events i nto instances and only return single one-off events and instances of recurring e vents, but not the underlying recurring events themselves. Optional. The default is False.",
1077 "location": "query", 1077 "location": "query",
1078 "type": "boolean" 1078 "type": "boolean"
1079 }, 1079 },
1080 "syncToken": { 1080 "syncToken": {
1081 "description": "Token obtained from the nextSyncToke n field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed sin ce then. All events deleted since the previous list request will always be in th e result set and it is not allowed to set showDeleted to False.\nThere are sever al query parameters that cannot be specified together with nextSyncToken to ensu re consistency of the client state.\n\nThese are: \n- iCalUID \n- orderBy \n- pr ivateExtendedProperty \n- q \n- sharedExtendedProperty \n- timeMin \n- timeMax \ n- updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchro nization without any syncToken.\nLearn more about incremental synchronization.\n Optional. The default is to return all entries.", 1081 "description": "Token obtained from the nextSyncToke n field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed sin ce then. All events deleted since the previous list request will always be in th e result set and it is not allowed to set showDeleted to False.\nThere are sever al query parameters that cannot be specified together with nextSyncToken to ensu re consistency of the client state.\n\nThese are: \n- iCalUID \n- orderBy \n- pr ivateExtendedProperty \n- q \n- sharedExtendedProperty \n- timeMin \n- timeMax \ n- updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchro nization without any syncToken.\nLearn more about incremental synchronization.\n Optional. The default is to return all entries.",
1082 "location": "query", 1082 "location": "query",
1083 "type": "string" 1083 "type": "string"
1084 }, 1084 },
1085 "timeMax": { 1085 "timeMax": {
1086 "description": "Upper bound (exclusive) for an event 's start time to filter by. Optional. The default is not to filter by start time .", 1086 "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-03 T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.",
1087 "format": "date-time", 1087 "format": "date-time",
1088 "location": "query", 1088 "location": "query",
1089 "type": "string" 1089 "type": "string"
1090 }, 1090 },
1091 "timeMin": { 1091 "timeMin": {
1092 "description": "Lower bound (inclusive) for an event 's end time to filter by. Optional. The default is not to filter by end time.", 1092 "description": "Lower bound (inclusive) for an event 's end time to filter by. Optional. The default is not to filter by end time. Mu st 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 igno red.",
1093 "format": "date-time", 1093 "format": "date-time",
1094 "location": "query", 1094 "location": "query",
1095 "type": "string" 1095 "type": "string"
1096 }, 1096 },
1097 "timeZone": { 1097 "timeZone": {
1098 "description": "Time zone used in the response. Opti onal. The default is the time zone of the calendar.", 1098 "description": "Time zone used in the response. Opti onal. The default is the time zone of the calendar.",
1099 "location": "query", 1099 "location": "query",
1100 "type": "string" 1100 "type": "string"
1101 }, 1101 },
1102 "updatedMin": { 1102 "updatedMin": {
1103 "description": "Lower bound for an event's last modi fication time (as a RFC 3339 timestamp) to filter by. When specified, entries de leted since this time will always be included regardless of showDeleted. Optiona l. The default is not to filter by last modification time.", 1103 "description": "Lower bound for an event's last modi fication time (as a RFC3339 timestamp) to filter by. When specified, entries del eted since this time will always be included regardless of showDeleted. Optional . The default is not to filter by last modification time.",
1104 "format": "date-time", 1104 "format": "date-time",
1105 "location": "query", 1105 "location": "query",
1106 "type": "string" 1106 "type": "string"
1107 } 1107 }
1108 }, 1108 },
1109 "path": "calendars/{calendarId}/events", 1109 "path": "calendars/{calendarId}/events",
1110 "response": { 1110 "response": {
1111 "$ref": "Events" 1111 "$ref": "Events"
1112 }, 1112 },
1113 "scopes": [ 1113 "scopes": [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1166 "calendarId", 1166 "calendarId",
1167 "eventId" 1167 "eventId"
1168 ], 1168 ],
1169 "parameters": { 1169 "parameters": {
1170 "alwaysIncludeEmail": { 1170 "alwaysIncludeEmail": {
1171 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.", 1171 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.",
1172 "location": "query", 1172 "location": "query",
1173 "type": "boolean" 1173 "type": "boolean"
1174 }, 1174 },
1175 "calendarId": { 1175 "calendarId": {
1176 "description": "Calendar identifier.", 1176 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
1177 "location": "path", 1177 "location": "path",
1178 "required": true, 1178 "required": true,
1179 "type": "string" 1179 "type": "string"
1180 }, 1180 },
1181 "eventId": { 1181 "eventId": {
1182 "description": "Event identifier.", 1182 "description": "Event identifier.",
1183 "location": "path", 1183 "location": "path",
1184 "required": true, 1184 "required": true,
1185 "type": "string" 1185 "type": "string"
1186 }, 1186 },
(...skipping 29 matching lines...) Expand all
1216 "quickAdd": { 1216 "quickAdd": {
1217 "description": "Creates an event based on a simple text stri ng.", 1217 "description": "Creates an event based on a simple text stri ng.",
1218 "httpMethod": "POST", 1218 "httpMethod": "POST",
1219 "id": "calendar.events.quickAdd", 1219 "id": "calendar.events.quickAdd",
1220 "parameterOrder": [ 1220 "parameterOrder": [
1221 "calendarId", 1221 "calendarId",
1222 "text" 1222 "text"
1223 ], 1223 ],
1224 "parameters": { 1224 "parameters": {
1225 "calendarId": { 1225 "calendarId": {
1226 "description": "Calendar identifier.", 1226 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
1227 "location": "path", 1227 "location": "path",
1228 "required": true, 1228 "required": true,
1229 "type": "string" 1229 "type": "string"
1230 }, 1230 },
1231 "sendNotifications": { 1231 "sendNotifications": {
1232 "description": "Whether to send notifications about the creation of the event. Optional. The default is False.", 1232 "description": "Whether to send notifications about the creation of the event. Optional. The default is False.",
1233 "location": "query", 1233 "location": "query",
1234 "type": "boolean" 1234 "type": "boolean"
1235 }, 1235 },
1236 "text": { 1236 "text": {
(...skipping 19 matching lines...) Expand all
1256 "calendarId", 1256 "calendarId",
1257 "eventId" 1257 "eventId"
1258 ], 1258 ],
1259 "parameters": { 1259 "parameters": {
1260 "alwaysIncludeEmail": { 1260 "alwaysIncludeEmail": {
1261 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.", 1261 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.",
1262 "location": "query", 1262 "location": "query",
1263 "type": "boolean" 1263 "type": "boolean"
1264 }, 1264 },
1265 "calendarId": { 1265 "calendarId": {
1266 "description": "Calendar identifier.", 1266 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
1267 "location": "path", 1267 "location": "path",
1268 "required": true, 1268 "required": true,
1269 "type": "string" 1269 "type": "string"
1270 }, 1270 },
1271 "eventId": { 1271 "eventId": {
1272 "description": "Event identifier.", 1272 "description": "Event identifier.",
1273 "location": "path", 1273 "location": "path",
1274 "required": true, 1274 "required": true,
1275 "type": "string" 1275 "type": "string"
1276 }, 1276 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 "parameterOrder": [ 1310 "parameterOrder": [
1311 "calendarId" 1311 "calendarId"
1312 ], 1312 ],
1313 "parameters": { 1313 "parameters": {
1314 "alwaysIncludeEmail": { 1314 "alwaysIncludeEmail": {
1315 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.", 1315 "description": "Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot hand le the absence of an email address value in the mentioned places. Optional. The default is False.",
1316 "location": "query", 1316 "location": "query",
1317 "type": "boolean" 1317 "type": "boolean"
1318 }, 1318 },
1319 "calendarId": { 1319 "calendarId": {
1320 "description": "Calendar identifier.", 1320 "description": "Calendar identifier. To retrieve cal endar IDs call the calendarList.list method. If you want to access the primary c alendar of the currently logged in user, use the \"primary\" keyword.",
1321 "location": "path", 1321 "location": "path",
1322 "required": true, 1322 "required": true,
1323 "type": "string" 1323 "type": "string"
1324 }, 1324 },
1325 "iCalUID": { 1325 "iCalUID": {
1326 "description": "Specifies event ID in the iCalendar format to be included in the response. Optional.", 1326 "description": "Specifies event ID in the iCalendar format to be included in the response. Optional.",
1327 "location": "query", 1327 "location": "query",
1328 "type": "string" 1328 "type": "string"
1329 }, 1329 },
1330 "maxAttendees": { 1330 "maxAttendees": {
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
1390 "description": "Whether to expand recurring events i nto instances and only return single one-off events and instances of recurring e vents, but not the underlying recurring events themselves. Optional. The default is False.", 1390 "description": "Whether to expand recurring events i nto instances and only return single one-off events and instances of recurring e vents, but not the underlying recurring events themselves. Optional. The default is False.",
1391 "location": "query", 1391 "location": "query",
1392 "type": "boolean" 1392 "type": "boolean"
1393 }, 1393 },
1394 "syncToken": { 1394 "syncToken": {
1395 "description": "Token obtained from the nextSyncToke n field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed sin ce then. All events deleted since the previous list request will always be in th e result set and it is not allowed to set showDeleted to False.\nThere are sever al query parameters that cannot be specified together with nextSyncToken to ensu re consistency of the client state.\n\nThese are: \n- iCalUID \n- orderBy \n- pr ivateExtendedProperty \n- q \n- sharedExtendedProperty \n- timeMin \n- timeMax \ n- updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchro nization without any syncToken.\nLearn more about incremental synchronization.\n Optional. The default is to return all entries.", 1395 "description": "Token obtained from the nextSyncToke n field returned on the last page of results from the previous list request. It makes the result of this list request contain only entries that have changed sin ce then. All events deleted since the previous list request will always be in th e result set and it is not allowed to set showDeleted to False.\nThere are sever al query parameters that cannot be specified together with nextSyncToken to ensu re consistency of the client state.\n\nThese are: \n- iCalUID \n- orderBy \n- pr ivateExtendedProperty \n- q \n- sharedExtendedProperty \n- timeMin \n- timeMax \ n- updatedMin If the syncToken expires, the server will respond with a 410 GONE response code and the client should clear its storage and perform a full synchro nization without any syncToken.\nLearn more about incremental synchronization.\n Optional. The default is to return all entries.",
1396 "location": "query", 1396 "location": "query",
1397 "type": "string" 1397 "type": "string"
1398 }, 1398 },
1399 "timeMax": { 1399 "timeMax": {
1400 "description": "Upper bound (exclusive) for an event 's start time to filter by. Optional. The default is not to filter by start time .", 1400 "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-03 T10:00:00-07:00, 2011-06-03T10:00:00Z. Milliseconds may be provided but will be ignored.",
1401 "format": "date-time", 1401 "format": "date-time",
1402 "location": "query", 1402 "location": "query",
1403 "type": "string" 1403 "type": "string"
1404 }, 1404 },
1405 "timeMin": { 1405 "timeMin": {
1406 "description": "Lower bound (inclusive) for an event 's end time to filter by. Optional. The default is not to filter by end time.", 1406 "description": "Lower bound (inclusive) for an event 's end time to filter by. Optional. The default is not to filter by end time. Mu st 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 igno red.",
1407 "format": "date-time", 1407 "format": "date-time",
1408 "location": "query", 1408 "location": "query",
1409 "type": "string" 1409 "type": "string"
1410 }, 1410 },
1411 "timeZone": { 1411 "timeZone": {
1412 "description": "Time zone used in the response. Opti onal. The default is the time zone of the calendar.", 1412 "description": "Time zone used in the response. Opti onal. The default is the time zone of the calendar.",
1413 "location": "query", 1413 "location": "query",
1414 "type": "string" 1414 "type": "string"
1415 }, 1415 },
1416 "updatedMin": { 1416 "updatedMin": {
1417 "description": "Lower bound for an event's last modi fication time (as a RFC 3339 timestamp) to filter by. When specified, entries de leted since this time will always be included regardless of showDeleted. Optiona l. The default is not to filter by last modification time.", 1417 "description": "Lower bound for an event's last modi fication time (as a RFC3339 timestamp) to filter by. When specified, entries del eted since this time will always be included regardless of showDeleted. Optional . The default is not to filter by last modification time.",
1418 "format": "date-time", 1418 "format": "date-time",
1419 "location": "query", 1419 "location": "query",
1420 "type": "string" 1420 "type": "string"
1421 } 1421 }
1422 }, 1422 },
1423 "path": "calendars/{calendarId}/events/watch", 1423 "path": "calendars/{calendarId}/events/watch",
1424 "request": { 1424 "request": {
1425 "$ref": "Channel", 1425 "$ref": "Channel",
1426 "parameterName": "resource" 1426 "parameterName": "resource"
1427 }, 1427 },
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1548 }, 1548 },
1549 "scopes": [ 1549 "scopes": [
1550 "https://www.googleapis.com/auth/calendar", 1550 "https://www.googleapis.com/auth/calendar",
1551 "https://www.googleapis.com/auth/calendar.readonly" 1551 "https://www.googleapis.com/auth/calendar.readonly"
1552 ], 1552 ],
1553 "supportsSubscription": true 1553 "supportsSubscription": true
1554 } 1554 }
1555 } 1555 }
1556 } 1556 }
1557 }, 1557 },
1558 "revision": "20150623", 1558 "revision": "20150729",
1559 "rootUrl": "https://www.googleapis.com/", 1559 "rootUrl": "https://www.googleapis.com/",
1560 "schemas": { 1560 "schemas": {
1561 "Acl": { 1561 "Acl": {
1562 "id": "Acl", 1562 "id": "Acl",
1563 "properties": { 1563 "properties": {
1564 "etag": { 1564 "etag": {
1565 "description": "ETag of the collection.", 1565 "description": "ETag of the collection.",
1566 "type": "string" 1566 "type": "string"
1567 }, 1567 },
1568 "items": { 1568 "items": {
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
1645 "properties": { 1645 "properties": {
1646 "description": { 1646 "description": {
1647 "description": "Description of the calendar. Optional.", 1647 "description": "Description of the calendar. Optional.",
1648 "type": "string" 1648 "type": "string"
1649 }, 1649 },
1650 "etag": { 1650 "etag": {
1651 "description": "ETag of the resource.", 1651 "description": "ETag of the resource.",
1652 "type": "string" 1652 "type": "string"
1653 }, 1653 },
1654 "id": { 1654 "id": {
1655 "description": "Identifier of the calendar.", 1655 "description": "Identifier of the calendar. To retrieve IDs you call the calendarList.list() method.",
1656 "type": "string" 1656 "type": "string"
1657 }, 1657 },
1658 "kind": { 1658 "kind": {
1659 "default": "calendar#calendar", 1659 "default": "calendar#calendar",
1660 "description": "Type of the resource (\"calendar#calendar\") .", 1660 "description": "Type of the resource (\"calendar#calendar\") .",
1661 "type": "string" 1661 "type": "string"
1662 }, 1662 },
1663 "location": { 1663 "location": {
1664 "description": "Geographic location of the calendar as free- form text. Optional.", 1664 "description": "Geographic location of the calendar as free- form text. Optional.",
1665 "type": "string" 1665 "type": "string"
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1711 "type": "object" 1711 "type": "object"
1712 }, 1712 },
1713 "CalendarListEntry": { 1713 "CalendarListEntry": {
1714 "id": "CalendarListEntry", 1714 "id": "CalendarListEntry",
1715 "properties": { 1715 "properties": {
1716 "accessRole": { 1716 "accessRole": {
1717 "description": "The effective access role that the authentic ated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyRe ader\" - Provides read access to free/busy information. \n- \"reader\" - Provide s read access to the calendar. Private events will appear to users with reader a ccess, but event details will be hidden. \n- \"writer\" - Provides read and writ e access to the calendar. Private events will appear to users with writer access , and event details will be visible. \n- \"owner\" - Provides ownership of the c alendar. This role has all of the permissions of the writer role with the additi onal ability to see and manipulate ACLs.", 1717 "description": "The effective access role that the authentic ated user has on the calendar. Read-only. Possible values are: \n- \"freeBusyRe ader\" - Provides read access to free/busy information. \n- \"reader\" - Provide s read access to the calendar. Private events will appear to users with reader a ccess, but event details will be hidden. \n- \"writer\" - Provides read and writ e access to the calendar. Private events will appear to users with writer access , and event details will be visible. \n- \"owner\" - Provides ownership of the c alendar. This role has all of the permissions of the writer role with the additi onal ability to see and manipulate ACLs.",
1718 "type": "string" 1718 "type": "string"
1719 }, 1719 },
1720 "backgroundColor": { 1720 "backgroundColor": {
1721 "description": "The main color of the calendar in the hexade cimal format \"#0088aa\". This property supersedes the index-based colorId prope rty. Optional.", 1721 "description": "The main color of the calendar in the hexade cimal format \"#0088aa\". This property supersedes the index-based colorId prope rty. To set or change this property, you need to specify colorRgbFormat=true in the parameters of the insert, update and patch methods. Optional.",
1722 "type": "string" 1722 "type": "string"
1723 }, 1723 },
1724 "colorId": { 1724 "colorId": {
1725 "description": "The color of the calendar. This is an ID ref erring to an entry in the calendar section of the colors definition (see the col ors endpoint). Optional.", 1725 "description": "The color of the calendar. This is an ID ref erring to an entry in the calendar section of the colors definition (see the col ors endpoint). This property is superseded by the backgroundColor and foreground Color properties and can be ignored when using these properties. Optional.",
1726 "type": "string" 1726 "type": "string"
1727 }, 1727 },
1728 "defaultReminders": { 1728 "defaultReminders": {
1729 "description": "The default reminders that the authenticated user has for this calendar.", 1729 "description": "The default reminders that the authenticated user has for this calendar.",
1730 "items": { 1730 "items": {
1731 "$ref": "EventReminder" 1731 "$ref": "EventReminder"
1732 }, 1732 },
1733 "type": "array" 1733 "type": "array"
1734 }, 1734 },
1735 "deleted": { 1735 "deleted": {
1736 "default": "false", 1736 "default": "false",
1737 "description": "Whether this calendar list entry has been de leted from the calendar list. Read-only. Optional. The default is False.", 1737 "description": "Whether this calendar list entry has been de leted from the calendar list. Read-only. Optional. The default is False.",
1738 "type": "boolean" 1738 "type": "boolean"
1739 }, 1739 },
1740 "description": { 1740 "description": {
1741 "description": "Description of the calendar. Optional. Read- only.", 1741 "description": "Description of the calendar. Optional. Read- only.",
1742 "type": "string" 1742 "type": "string"
1743 }, 1743 },
1744 "etag": { 1744 "etag": {
1745 "description": "ETag of the resource.", 1745 "description": "ETag of the resource.",
1746 "type": "string" 1746 "type": "string"
1747 }, 1747 },
1748 "foregroundColor": { 1748 "foregroundColor": {
1749 "description": "The foreground color of the calendar in the hexadecimal format \"#ffffff\". This property supersedes the index-based colorId property. Optional.", 1749 "description": "The foreground color of the calendar in the hexadecimal format \"#ffffff\". This property supersedes the index-based colorId property. To set or change this property, you need to specify colorRgbFormat=tr ue in the parameters of the insert, update and patch methods. Optional.",
1750 "type": "string" 1750 "type": "string"
1751 }, 1751 },
1752 "hidden": { 1752 "hidden": {
1753 "default": "false", 1753 "default": "false",
1754 "description": "Whether the calendar has been hidden from th e list. Optional. The default is False.", 1754 "description": "Whether the calendar has been hidden from th e list. Optional. The default is False.",
1755 "type": "boolean" 1755 "type": "boolean"
1756 }, 1756 },
1757 "id": { 1757 "id": {
1758 "annotations": { 1758 "annotations": {
1759 "required": [ 1759 "required": [
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 "CalendarNotification": { 1813 "CalendarNotification": {
1814 "id": "CalendarNotification", 1814 "id": "CalendarNotification",
1815 "properties": { 1815 "properties": {
1816 "method": { 1816 "method": {
1817 "annotations": { 1817 "annotations": {
1818 "required": [ 1818 "required": [
1819 "calendar.calendarList.insert", 1819 "calendar.calendarList.insert",
1820 "calendar.calendarList.update" 1820 "calendar.calendarList.update"
1821 ] 1821 ]
1822 }, 1822 },
1823 "description": "The method used to deliver the notification. Possible values are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminders are sent via SMS. This value is read-only and is ignored on inserts and updates.", 1823 "description": "The method used to deliver the notification. Possible values are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminders are sent via SMS. This value is read-only and is ignored on inserts and updates. SMS reminders are only available for Google Apps for Work, Educati on, and Government customers.",
1824 "type": "string" 1824 "type": "string"
1825 }, 1825 },
1826 "type": { 1826 "type": {
1827 "annotations": { 1827 "annotations": {
1828 "required": [ 1828 "required": [
1829 "calendar.calendarList.insert", 1829 "calendar.calendarList.insert",
1830 "calendar.calendarList.update" 1830 "calendar.calendarList.update"
1831 ] 1831 ]
1832 }, 1832 },
1833 "description": "The type of notification. Possible values ar e: \n- \"eventCreation\" - Notification sent when a new event is put on the cal endar. \n- \"eventChange\" - Notification sent when an event is changed. \n- \"e ventCancellation\" - Notification sent when an event is cancelled. \n- \"eventRe sponse\" - Notification sent when an event is changed. \n- \"agenda\" - An agend a with the events of the day (sent out in the morning).", 1833 "description": "The type of notification. Possible values ar e: \n- \"eventCreation\" - Notification sent when a new event is put on the cal endar. \n- \"eventChange\" - Notification sent when an event is changed. \n- \"e ventCancellation\" - Notification sent when an event is cancelled. \n- \"eventRe sponse\" - Notification sent when an event is changed. \n- \"agenda\" - An agend a with the events of the day (sent out in the morning).",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1903 "type": "object" 1903 "type": "object"
1904 }, 1904 },
1905 "Colors": { 1905 "Colors": {
1906 "id": "Colors", 1906 "id": "Colors",
1907 "properties": { 1907 "properties": {
1908 "calendar": { 1908 "calendar": {
1909 "additionalProperties": { 1909 "additionalProperties": {
1910 "$ref": "ColorDefinition", 1910 "$ref": "ColorDefinition",
1911 "description": "A calendar color defintion." 1911 "description": "A calendar color defintion."
1912 }, 1912 },
1913 "description": "Palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.", 1913 "description": "A global palette of calendar colors, mapping from the color ID to its definition. A calendarListEntry resource refers to one of these color IDs in its color field. Read-only.",
1914 "type": "object" 1914 "type": "object"
1915 }, 1915 },
1916 "event": { 1916 "event": {
1917 "additionalProperties": { 1917 "additionalProperties": {
1918 "$ref": "ColorDefinition", 1918 "$ref": "ColorDefinition",
1919 "description": "An event color definition." 1919 "description": "An event color definition."
1920 }, 1920 },
1921 "description": "Palette of event colors, mapping from the co lor ID to its definition. An event resource may refer to one of these color IDs in its color field. Read-only.", 1921 "description": "A global palette of event colors, mapping fr om the color ID to its definition. An event resource may refer to one of these c olor IDs in its color field. Read-only.",
1922 "type": "object" 1922 "type": "object"
1923 }, 1923 },
1924 "kind": { 1924 "kind": {
1925 "default": "calendar#colors", 1925 "default": "calendar#colors",
1926 "description": "Type of the resource (\"calendar#colors\")." , 1926 "description": "Type of the resource (\"calendar#colors\")." ,
1927 "type": "string" 1927 "type": "string"
1928 }, 1928 },
1929 "updated": { 1929 "updated": {
1930 "description": "Last modification time of the color palette (as a RFC 3339 timestamp). Read-only.", 1930 "description": "Last modification time of the color palette (as a RFC3339 timestamp). Read-only.",
1931 "format": "date-time", 1931 "format": "date-time",
1932 "type": "string" 1932 "type": "string"
1933 } 1933 }
1934 }, 1934 },
1935 "type": "object" 1935 "type": "object"
1936 }, 1936 },
1937 "Error": { 1937 "Error": {
1938 "id": "Error", 1938 "id": "Error",
1939 "properties": { 1939 "properties": {
1940 "domain": { 1940 "domain": {
(...skipping 16 matching lines...) Expand all
1957 "type": "boolean" 1957 "type": "boolean"
1958 }, 1958 },
1959 "attachments": { 1959 "attachments": {
1960 "description": "File attachments for the event. Currently on ly Google Drive attachments are supported.\nIn order to modify attachments the s upportsAttachments request parameter should be set to true.\nThere can be at mos t 25 attachments per event,", 1960 "description": "File attachments for the event. Currently on ly Google Drive attachments are supported.\nIn order to modify attachments the s upportsAttachments request parameter should be set to true.\nThere can be at mos t 25 attachments per event,",
1961 "items": { 1961 "items": {
1962 "$ref": "EventAttachment" 1962 "$ref": "EventAttachment"
1963 }, 1963 },
1964 "type": "array" 1964 "type": "array"
1965 }, 1965 },
1966 "attendees": { 1966 "attendees": {
1967 "description": "The attendees of the event.", 1967 "description": "The attendees of the event. See the Events w ith attendees guide for more information on scheduling events with other calenda r users.",
1968 "items": { 1968 "items": {
1969 "$ref": "EventAttendee" 1969 "$ref": "EventAttendee"
1970 }, 1970 },
1971 "type": "array" 1971 "type": "array"
1972 }, 1972 },
1973 "attendeesOmitted": { 1973 "attendeesOmitted": {
1974 "default": "false", 1974 "default": "false",
1975 "description": "Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a rest riction specified by the maxAttendee query parameter. When updating an event, th is can be used to only update the participant's response. Optional. The default is False.", 1975 "description": "Whether attendees may have been omitted from the event's representation. When retrieving an event, this may be due to a rest riction specified by the maxAttendee query parameter. When updating an event, th is can be used to only update the participant's response. Optional. The default is False.",
1976 "type": "boolean" 1976 "type": "boolean"
1977 }, 1977 },
1978 "colorId": { 1978 "colorId": {
1979 "description": "The color of the event. This is an ID referr ing to an entry in the event section of the colors definition (see the colors e ndpoint). Optional.", 1979 "description": "The color of the event. This is an ID referr ing to an entry in the event section of the colors definition (see the colors e ndpoint). Optional.",
1980 "type": "string" 1980 "type": "string"
1981 }, 1981 },
1982 "created": { 1982 "created": {
1983 "description": "Creation time of the event (as a RFC 3339 ti mestamp). Read-only.", 1983 "description": "Creation time of the event (as a RFC3339 tim estamp). Read-only.",
1984 "format": "date-time", 1984 "format": "date-time",
1985 "type": "string" 1985 "type": "string"
1986 }, 1986 },
1987 "creator": { 1987 "creator": {
1988 "description": "The creator of the event. Read-only.", 1988 "description": "The creator of the event. Read-only.",
1989 "properties": { 1989 "properties": {
1990 "displayName": { 1990 "displayName": {
1991 "description": "The creator's name, if available.", 1991 "description": "The creator's name, if available.",
1992 "type": "string" 1992 "type": "string"
1993 }, 1993 },
1994 "email": { 1994 "email": {
1995 "description": "The creator's email address, if avai lable.", 1995 "description": "The creator's email address, if avai lable.",
1996 "type": "string" 1996 "type": "string"
1997 }, 1997 },
1998 "id": { 1998 "id": {
1999 "description": "The creator's Profile ID, if availab le.", 1999 "description": "The creator's Profile ID, if availab le. It corresponds to theid field in the People collection of the Google+ API",
2000 "type": "string" 2000 "type": "string"
2001 }, 2001 },
2002 "self": { 2002 "self": {
2003 "default": "false", 2003 "default": "false",
2004 "description": "Whether the creator corresponds to t he calendar on which this copy of the event appears. Read-only. The default is F alse.", 2004 "description": "Whether the creator corresponds to t he calendar on which this copy of the event appears. Read-only. The default is F alse.",
2005 "type": "boolean" 2005 "type": "boolean"
2006 } 2006 }
2007 }, 2007 },
2008 "type": "object" 2008 "type": "object"
2009 }, 2009 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
2054 "type": "object" 2054 "type": "object"
2055 }, 2055 },
2056 "gadget": { 2056 "gadget": {
2057 "description": "A gadget that extends this event.", 2057 "description": "A gadget that extends this event.",
2058 "properties": { 2058 "properties": {
2059 "display": { 2059 "display": {
2060 "description": "The gadget's display mode. Optional. Possible values are: \n- \"icon\" - The gadget displays next to the event's ti tle in the calendar view. \n- \"chip\" - The gadget displays when the event is c licked.", 2060 "description": "The gadget's display mode. Optional. Possible values are: \n- \"icon\" - The gadget displays next to the event's ti tle in the calendar view. \n- \"chip\" - The gadget displays when the event is c licked.",
2061 "type": "string" 2061 "type": "string"
2062 }, 2062 },
2063 "height": { 2063 "height": {
2064 "description": "The gadget's height in pixels. Optio nal.", 2064 "description": "The gadget's height in pixels. The h eight must be an integer greater than 0. Optional.",
2065 "format": "int32", 2065 "format": "int32",
2066 "type": "integer" 2066 "type": "integer"
2067 }, 2067 },
2068 "iconLink": { 2068 "iconLink": {
2069 "description": "The gadget's icon URL.", 2069 "description": "The gadget's icon URL. The URL schem e must be HTTPS.",
2070 "type": "string" 2070 "type": "string"
2071 }, 2071 },
2072 "link": { 2072 "link": {
2073 "description": "The gadget's URL.", 2073 "description": "The gadget's URL. The URL scheme mus t be HTTPS.",
2074 "type": "string" 2074 "type": "string"
2075 }, 2075 },
2076 "preferences": { 2076 "preferences": {
2077 "additionalProperties": { 2077 "additionalProperties": {
2078 "description": "The preference name and correspo nding value.", 2078 "description": "The preference name and correspo nding value.",
2079 "type": "string" 2079 "type": "string"
2080 }, 2080 },
2081 "description": "Preferences.", 2081 "description": "Preferences.",
2082 "type": "object" 2082 "type": "object"
2083 }, 2083 },
2084 "title": { 2084 "title": {
2085 "description": "The gadget's title.", 2085 "description": "The gadget's title.",
2086 "type": "string" 2086 "type": "string"
2087 }, 2087 },
2088 "type": { 2088 "type": {
2089 "description": "The gadget's type.", 2089 "description": "The gadget's type.",
2090 "type": "string" 2090 "type": "string"
2091 }, 2091 },
2092 "width": { 2092 "width": {
2093 "description": "The gadget's width in pixels. Option al.", 2093 "description": "The gadget's width in pixels. The wi dth must be an integer greater than 0. Optional.",
2094 "format": "int32", 2094 "format": "int32",
2095 "type": "integer" 2095 "type": "integer"
2096 } 2096 }
2097 }, 2097 },
2098 "type": "object" 2098 "type": "object"
2099 }, 2099 },
2100 "guestsCanInviteOthers": { 2100 "guestsCanInviteOthers": {
2101 "default": "true", 2101 "default": "true",
2102 "description": "Whether attendees other than the organizer c an invite others to the event. Optional. The default is True.", 2102 "description": "Whether attendees other than the organizer c an invite others to the event. Optional. The default is True.",
2103 "type": "boolean" 2103 "type": "boolean"
(...skipping 15 matching lines...) Expand all
2119 "htmlLink": { 2119 "htmlLink": {
2120 "description": "An absolute link to this event in the Google Calendar Web UI. Read-only.", 2120 "description": "An absolute link to this event in the Google Calendar Web UI. Read-only.",
2121 "type": "string" 2121 "type": "string"
2122 }, 2122 },
2123 "iCalUID": { 2123 "iCalUID": {
2124 "annotations": { 2124 "annotations": {
2125 "required": [ 2125 "required": [
2126 "calendar.events.import" 2126 "calendar.events.import"
2127 ] 2127 ]
2128 }, 2128 },
2129 "description": "Event ID in the iCalendar format.", 2129 "description": "Event unique identifier as defined in RFC554 5. It is used to uniquely identify events accross calendaring systems and must b e supplied when importing events via the import method.\nNote that the icalUID a nd the id are not identical and only one of them should be supplied at event cre ation time. One difference in their semantics is that in recurring events, all o ccurrences of one event have different ids while they all share the same icalUID s.",
2130 "type": "string" 2130 "type": "string"
2131 }, 2131 },
2132 "id": { 2132 "id": {
2133 "description": "Identifier of the event. When creating new s ingle or recurring events, you can specify their IDs. Provided IDs must follow t hese rules: \n- characters allowed in the ID are those used in base32hex encodi ng, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC2938 \n- the length of the ID must be between 5 and 1024 characters \n- the ID must be un ique per calendar Due to the globally distributed nature of the system, we cann ot guarantee that ID collisions will be detected at event creation time. To mini mize the risk of collisions we recommend using an established UUID algorithm suc h as one described in RFC4122.", 2133 "description": "Opaque identifier of the event. When creatin g new single or recurring events, you can specify their IDs. Provided IDs must f ollow these rules: \n- characters allowed in the ID are those used in base32hex encoding, i.e. lowercase letters a-v and digits 0-9, see section 3.1.2 in RFC29 38 \n- the length of the ID must be between 5 and 1024 characters \n- the ID mus t be unique per calendar Due to the globally distributed nature of the system, we cannot guarantee that ID collisions will be detected at event creation time. To minimize the risk of collisions we recommend using an established UUID algori thm such as one described in RFC4122.\nIf you do not specify an ID, it will be a utomatically generated by the server.\nNote that the icalUID and the id are not identical and only one of them should be supplied at event creation time. One di fference in their semantics is that in recurring events, all occurrences of one event have different ids while they all share the same icalUIDs.",
2134 "type": "string" 2134 "type": "string"
2135 }, 2135 },
2136 "kind": { 2136 "kind": {
2137 "default": "calendar#event", 2137 "default": "calendar#event",
2138 "description": "Type of the resource (\"calendar#event\").", 2138 "description": "Type of the resource (\"calendar#event\").",
2139 "type": "string" 2139 "type": "string"
2140 }, 2140 },
2141 "location": { 2141 "location": {
2142 "description": "Geographic location of the event as free-for m text. Optional.", 2142 "description": "Geographic location of the event as free-for m text. Optional.",
2143 "type": "string" 2143 "type": "string"
2144 }, 2144 },
2145 "locked": { 2145 "locked": {
2146 "default": "false", 2146 "default": "false",
2147 "description": "Whether this is a locked event copy where no changes can be made to the main event fields \"summary\", \"description\", \"lo cation\", \"start\", \"end\" or \"recurrence\". The default is False. Read-Only. ", 2147 "description": "Whether this is a locked event copy where no changes can be made to the main event fields \"summary\", \"description\", \"lo cation\", \"start\", \"end\" or \"recurrence\". The default is False. Read-Only. ",
2148 "type": "boolean" 2148 "type": "boolean"
2149 }, 2149 },
2150 "organizer": { 2150 "organizer": {
2151 "description": "The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation . Read-only, except when importing an event.", 2151 "description": "The organizer of the event. If the organizer is also an attendee, this is indicated with a separate entry in attendees with the organizer field set to True. To change the organizer, use the move operation . Read-only, except when importing an event.",
2152 "properties": { 2152 "properties": {
2153 "displayName": { 2153 "displayName": {
2154 "description": "The organizer's name, if available." , 2154 "description": "The organizer's name, if available." ,
2155 "type": "string" 2155 "type": "string"
2156 }, 2156 },
2157 "email": { 2157 "email": {
2158 "description": "The organizer's email address, if av ailable.", 2158 "description": "The organizer's email address, if av ailable. It must be a valid email address as per RFC5322.",
2159 "type": "string" 2159 "type": "string"
2160 }, 2160 },
2161 "id": { 2161 "id": {
2162 "description": "The organizer's Profile ID, if avail able.", 2162 "description": "The organizer's Profile ID, if avail able. It corresponds to theid field in the People collection of the Google+ API" ,
2163 "type": "string" 2163 "type": "string"
2164 }, 2164 },
2165 "self": { 2165 "self": {
2166 "default": "false", 2166 "default": "false",
2167 "description": "Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.", 2167 "description": "Whether the organizer corresponds to the calendar on which this copy of the event appears. Read-only. The default is False.",
2168 "type": "boolean" 2168 "type": "boolean"
2169 } 2169 }
2170 }, 2170 },
2171 "type": "object" 2171 "type": "object"
2172 }, 2172 },
2173 "originalStartTime": { 2173 "originalStartTime": {
2174 "$ref": "EventDateTime", 2174 "$ref": "EventDateTime",
2175 "description": "For an instance of a recurring event, this i s the time at which this event would start according to the recurrence data in t he recurring event identified by recurringEventId. Immutable." 2175 "description": "For an instance of a recurring event, this i s the time at which this event would start according to the recurrence data in t he recurring event identified by recurringEventId. Immutable."
2176 }, 2176 },
2177 "privateCopy": { 2177 "privateCopy": {
2178 "default": "false", 2178 "default": "false",
2179 "description": "Whether this is a private event copy where c hanges are not shared with other copies on other calendars. Optional. Immutable. The default is False.", 2179 "description": "Whether this is a private event copy where c hanges are not shared with other copies on other calendars. Optional. Immutable. The default is False.",
2180 "type": "boolean" 2180 "type": "boolean"
2181 }, 2181 },
2182 "recurrence": { 2182 "recurrence": {
2183 "description": "List of RRULE, EXRULE, RDATE and EXDATE line s for a recurring event. This field is omitted for single events or instances of recurring events.", 2183 "description": "List of RRULE, EXRULE, RDATE and EXDATE line s for a recurring event, as specified in RFC5545. Note that DTSTART and DTEND li nes are not allowed in this field; event start and end times are specified in th e start and end fields. This field is omitted for single events or instances of recurring events.",
2184 "items": { 2184 "items": {
2185 "type": "string" 2185 "type": "string"
2186 }, 2186 },
2187 "type": "array" 2187 "type": "array"
2188 }, 2188 },
2189 "recurringEventId": { 2189 "recurringEventId": {
2190 "description": "For an instance of a recurring event, this i s the event ID of the recurring event itself. Immutable.", 2190 "description": "For an instance of a recurring event, this i s the id of the recurring event to which this instance belongs. Immutable.",
2191 "type": "string" 2191 "type": "string"
2192 }, 2192 },
2193 "reminders": { 2193 "reminders": {
2194 "description": "Information about the event's reminders for the authenticated user.", 2194 "description": "Information about the event's reminders for the authenticated user.",
2195 "properties": { 2195 "properties": {
2196 "overrides": { 2196 "overrides": {
2197 "description": "If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indi cates that no reminders are set for this event.", 2197 "description": "If the event doesn't use the default reminders, this lists the reminders specific to the event, or, if not set, indi cates that no reminders are set for this event. The maximum number of override r eminders is 5.",
2198 "items": { 2198 "items": {
2199 "$ref": "EventReminder" 2199 "$ref": "EventReminder"
2200 }, 2200 },
2201 "type": "array" 2201 "type": "array"
2202 }, 2202 },
2203 "useDefault": { 2203 "useDefault": {
2204 "description": "Whether the default reminders of the calendar apply to the event.", 2204 "description": "Whether the default reminders of the calendar apply to the event.",
2205 "type": "boolean" 2205 "type": "boolean"
2206 } 2206 }
2207 }, 2207 },
2208 "type": "object" 2208 "type": "object"
2209 }, 2209 },
2210 "sequence": { 2210 "sequence": {
2211 "description": "Sequence number as per iCalendar.", 2211 "description": "Sequence number as per iCalendar.",
2212 "format": "int32", 2212 "format": "int32",
2213 "type": "integer" 2213 "type": "integer"
2214 }, 2214 },
2215 "source": { 2215 "source": {
2216 "description": "Source of an event from which it was created ; for example a web page, an email message or any document identifiable by an UR L using HTTP/HTTPS protocol. Accessible only by the creator of the event.", 2216 "description": "Source from which the event was created. For example, a web page, an email message or any document identifiable by an URL wi th HTTP or HTTPS scheme. Can only be seen or modified by the creator of the even t.",
2217 "properties": { 2217 "properties": {
2218 "title": { 2218 "title": {
2219 "description": "Title of the source; for example a t itle of a web page or an email subject.", 2219 "description": "Title of the source; for example a t itle of a web page or an email subject.",
2220 "type": "string" 2220 "type": "string"
2221 }, 2221 },
2222 "url": { 2222 "url": {
2223 "description": "URL of the source pointing to a reso urce. URL's protocol must be HTTP or HTTPS.", 2223 "description": "URL of the source pointing to a reso urce. The URL scheme must be HTTP or HTTPS.",
2224 "type": "string" 2224 "type": "string"
2225 } 2225 }
2226 }, 2226 },
2227 "type": "object" 2227 "type": "object"
2228 }, 2228 },
2229 "start": { 2229 "start": {
2230 "$ref": "EventDateTime", 2230 "$ref": "EventDateTime",
2231 "annotations": { 2231 "annotations": {
2232 "required": [ 2232 "required": [
2233 "calendar.events.import", 2233 "calendar.events.import",
(...skipping 10 matching lines...) Expand all
2244 "summary": { 2244 "summary": {
2245 "description": "Title of the event.", 2245 "description": "Title of the event.",
2246 "type": "string" 2246 "type": "string"
2247 }, 2247 },
2248 "transparency": { 2248 "transparency": {
2249 "default": "opaque", 2249 "default": "opaque",
2250 "description": "Whether the event blocks time on the calenda r. Optional. Possible values are: \n- \"opaque\" - The event blocks time on the calendar. This is the default value. \n- \"transparent\" - The event does not b lock time on the calendar.", 2250 "description": "Whether the event blocks time on the calenda r. Optional. Possible values are: \n- \"opaque\" - The event blocks time on the calendar. This is the default value. \n- \"transparent\" - The event does not b lock time on the calendar.",
2251 "type": "string" 2251 "type": "string"
2252 }, 2252 },
2253 "updated": { 2253 "updated": {
2254 "description": "Last modification time of the event (as a RF C 3339 timestamp). Read-only.", 2254 "description": "Last modification time of the event (as a RF C3339 timestamp). Read-only.",
2255 "format": "date-time", 2255 "format": "date-time",
2256 "type": "string" 2256 "type": "string"
2257 }, 2257 },
2258 "visibility": { 2258 "visibility": {
2259 "default": "default", 2259 "default": "default",
2260 "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.", 2260 "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.",
2261 "type": "string" 2261 "type": "string"
2262 } 2262 }
2263 }, 2263 },
2264 "type": "object" 2264 "type": "object"
2265 }, 2265 },
2266 "EventAttachment": { 2266 "EventAttachment": {
2267 "id": "EventAttachment", 2267 "id": "EventAttachment",
2268 "properties": { 2268 "properties": {
2269 "fileId": {
2270 "description": "ID of the attached file. Read-only.\nFor Goo gle Drive files, this is the ID of the corresponding Files resource entry in the Drive API.",
2271 "type": "string"
2272 },
2269 "fileUrl": { 2273 "fileUrl": {
2270 "annotations": { 2274 "annotations": {
2271 "required": [ 2275 "required": [
2272 "calendar.events.import", 2276 "calendar.events.import",
2273 "calendar.events.insert", 2277 "calendar.events.insert",
2274 "calendar.events.update" 2278 "calendar.events.update"
2275 ] 2279 ]
2276 }, 2280 },
2277 "description": "URL link to the attachment.\nFor adding Goog le Drive file attachments use the same format as in alternateLink property of th e Files resource in the Drive API.", 2281 "description": "URL link to the attachment.\nFor adding Goog le Drive file attachments use the same format as in alternateLink property of th e Files resource in the Drive API.",
2278 "type": "string" 2282 "type": "string"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
2310 "type": "string" 2314 "type": "string"
2311 }, 2315 },
2312 "email": { 2316 "email": {
2313 "annotations": { 2317 "annotations": {
2314 "required": [ 2318 "required": [
2315 "calendar.events.import", 2319 "calendar.events.import",
2316 "calendar.events.insert", 2320 "calendar.events.insert",
2317 "calendar.events.update" 2321 "calendar.events.update"
2318 ] 2322 ]
2319 }, 2323 },
2320 "description": "The attendee's email address, if available. This field must be present when adding an attendee.", 2324 "description": "The attendee's email address, if available. This field must be present when adding an attendee. It must be a valid email add ress as per RFC5322.",
2321 "type": "string" 2325 "type": "string"
2322 }, 2326 },
2323 "id": { 2327 "id": {
2324 "description": "The attendee's Profile ID, if available.", 2328 "description": "The attendee's Profile ID, if available. It corresponds to theid field in the People collection of the Google+ API",
2325 "type": "string" 2329 "type": "string"
2326 }, 2330 },
2327 "optional": { 2331 "optional": {
2328 "default": "false", 2332 "default": "false",
2329 "description": "Whether this is an optional attendee. Option al. The default is False.", 2333 "description": "Whether this is an optional attendee. Option al. The default is False.",
2330 "type": "boolean" 2334 "type": "boolean"
2331 }, 2335 },
2332 "organizer": { 2336 "organizer": {
2333 "description": "Whether the attendee is the organizer of the event. Read-only. The default is False.", 2337 "description": "Whether the attendee is the organizer of the event. Read-only. The default is False.",
2334 "type": "boolean" 2338 "type": "boolean"
(...skipping 17 matching lines...) Expand all
2352 }, 2356 },
2353 "EventDateTime": { 2357 "EventDateTime": {
2354 "id": "EventDateTime", 2358 "id": "EventDateTime",
2355 "properties": { 2359 "properties": {
2356 "date": { 2360 "date": {
2357 "description": "The date, in the format \"yyyy-mm-dd\", if t his is an all-day event.", 2361 "description": "The date, in the format \"yyyy-mm-dd\", if t his is an all-day event.",
2358 "format": "date", 2362 "format": "date",
2359 "type": "string" 2363 "type": "string"
2360 }, 2364 },
2361 "dateTime": { 2365 "dateTime": {
2362 "description": "The time, as a combined date-time value (for matted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.", 2366 "description": "The time, as a combined date-time value (for matted according to RFC3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.",
2363 "format": "date-time", 2367 "format": "date-time",
2364 "type": "string" 2368 "type": "string"
2365 }, 2369 },
2366 "timeZone": { 2370 "timeZone": {
2367 "description": "The time zone in which the time is specified . (Formatted as an IANA Time Zone Database name, e.g. \"Europe/Zurich\".) For re curring events this field is required and specifies the time zone in which the r ecurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end.", 2371 "description": "The time zone in which the time is specified . (Formatted as an IANA Time Zone Database name, e.g. \"Europe/Zurich\".) For re curring events this field is required and specifies the time zone in which the r ecurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end.",
2368 "type": "string" 2372 "type": "string"
2369 } 2373 }
2370 }, 2374 },
2371 "type": "object" 2375 "type": "object"
2372 }, 2376 },
2373 "EventReminder": { 2377 "EventReminder": {
2374 "id": "EventReminder", 2378 "id": "EventReminder",
2375 "properties": { 2379 "properties": {
2376 "method": { 2380 "method": {
2377 "annotations": { 2381 "annotations": {
2378 "required": [ 2382 "required": [
2379 "calendar.calendarList.insert", 2383 "calendar.calendarList.insert",
2380 "calendar.calendarList.update", 2384 "calendar.calendarList.update",
2381 "calendar.events.import", 2385 "calendar.events.import",
2382 "calendar.events.insert", 2386 "calendar.events.insert",
2383 "calendar.events.update" 2387 "calendar.events.update"
2384 ] 2388 ]
2385 }, 2389 },
2386 "description": "The method used by this reminder. Possible v alues are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminder s are sent via SMS. \n- \"popup\" - Reminders are sent via a UI popup.", 2390 "description": "The method used by this reminder. Possible v alues are: \n- \"email\" - Reminders are sent via email. \n- \"sms\" - Reminder s are sent via SMS. These are only available for Google Apps for Work, Education , and Government customers. Requests to set SMS reminders for other account type s are ignored. \n- \"popup\" - Reminders are sent via a UI popup.",
2387 "type": "string" 2391 "type": "string"
2388 }, 2392 },
2389 "minutes": { 2393 "minutes": {
2390 "annotations": { 2394 "annotations": {
2391 "required": [ 2395 "required": [
2392 "calendar.calendarList.insert", 2396 "calendar.calendarList.insert",
2393 "calendar.calendarList.update", 2397 "calendar.calendarList.update",
2394 "calendar.events.import", 2398 "calendar.events.import",
2395 "calendar.events.insert", 2399 "calendar.events.insert",
2396 "calendar.events.update" 2400 "calendar.events.update"
2397 ] 2401 ]
2398 }, 2402 },
2399 "description": "Number of minutes before the start of the ev ent when the reminder should trigger.", 2403 "description": "Number of minutes before the start of the ev ent when the reminder should trigger. Valid values are between 0 and 40320 (4 we eks in minutes).",
2400 "format": "int32", 2404 "format": "int32",
2401 "type": "integer" 2405 "type": "integer"
2402 } 2406 }
2403 }, 2407 },
2404 "type": "object" 2408 "type": "object"
2405 }, 2409 },
2406 "Events": { 2410 "Events": {
2407 "id": "Events", 2411 "id": "Events",
2408 "properties": { 2412 "properties": {
2409 "accessRole": { 2413 "accessRole": {
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
2447 }, 2451 },
2448 "summary": { 2452 "summary": {
2449 "description": "Title of the calendar. Read-only.", 2453 "description": "Title of the calendar. Read-only.",
2450 "type": "string" 2454 "type": "string"
2451 }, 2455 },
2452 "timeZone": { 2456 "timeZone": {
2453 "description": "The time zone of the calendar. Read-only.", 2457 "description": "The time zone of the calendar. Read-only.",
2454 "type": "string" 2458 "type": "string"
2455 }, 2459 },
2456 "updated": { 2460 "updated": {
2457 "description": "Last modification time of the calendar (as a RFC 3339 timestamp). Read-only.", 2461 "description": "Last modification time of the calendar (as a RFC3339 timestamp). Read-only.",
2458 "format": "date-time", 2462 "format": "date-time",
2459 "type": "string" 2463 "type": "string"
2460 } 2464 }
2461 }, 2465 },
2462 "type": "object" 2466 "type": "object"
2463 }, 2467 },
2464 "FreeBusyCalendar": { 2468 "FreeBusyCalendar": {
2465 "id": "FreeBusyCalendar", 2469 "id": "FreeBusyCalendar",
2466 "properties": { 2470 "properties": {
2467 "busy": { 2471 "busy": {
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
2653 "type": "string" 2657 "type": "string"
2654 } 2658 }
2655 }, 2659 },
2656 "type": "object" 2660 "type": "object"
2657 } 2661 }
2658 }, 2662 },
2659 "servicePath": "calendar/v3/", 2663 "servicePath": "calendar/v3/",
2660 "title": "Calendar API", 2664 "title": "Calendar API",
2661 "version": "v3" 2665 "version": "v3"
2662 } 2666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698