Lines Matching full:tasks
3 "id": "tasks:v1",
4 "name": "tasks",
6 "title": "Tasks API",
7 "description": "Lets you manage your tasks and task lists.",
9 "x16": "http://www.google.com/images/icons/product/tasks-16.png",
10 "x32": "http://www.google.com/images/icons/product/tasks-32.png"
12 "documentationLink": "http://code.google.com/apis/tasks/v1/using.html",
17 "basePath": "/tasks/v1/",
19 "servicePath": "tasks/v1/",
63 "https://www.googleapis.com/auth/tasks": {
64 "description": "Manage your tasks"
66 "https://www.googleapis.com/auth/tasks.readonly": {
67 "description": "View your tasks"
105 "description": "Type of the resource. This is always \"tasks#task\".",
106 "default": "tasks#task"
118 …"description": "String indicating the position of the task among its sibling tasks under the same …
153 "description": "Type of the resource. This is always \"tasks#taskList\".",
154 "default": "tasks#taskList"
183 "description": "Type of the resource. This is always \"tasks#taskLists\".",
184 "default": "tasks#taskLists"
192 "Tasks": { object
193 "id": "Tasks",
202 "description": "Collection of tasks.",
209 "description": "Type of the resource. This is always \"tasks#tasks\".",
210 "default": "tasks#tasks"
223 "id": "tasks.tasklists.delete",
239 "https://www.googleapis.com/auth/tasks"
243 "id": "tasks.tasklists.get",
262 "https://www.googleapis.com/auth/tasks",
263 "https://www.googleapis.com/auth/tasks.readonly"
267 "id": "tasks.tasklists.insert",
278 "https://www.googleapis.com/auth/tasks"
282 "id": "tasks.tasklists.list",
304 "https://www.googleapis.com/auth/tasks",
305 "https://www.googleapis.com/auth/tasks.readonly"
309 "id": "tasks.tasklists.patch",
331 "https://www.googleapis.com/auth/tasks"
335 "id": "tasks.tasklists.update",
357 "https://www.googleapis.com/auth/tasks"
362 "tasks": { object
365 "id": "tasks.tasks.clear",
368 …ted tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longe…
381 "https://www.googleapis.com/auth/tasks"
385 "id": "tasks.tasks.delete",
386 "path": "lists/{tasklist}/tasks/{task}",
408 "https://www.googleapis.com/auth/tasks"
412 "id": "tasks.tasks.get",
413 "path": "lists/{tasklist}/tasks/{task}",
438 "https://www.googleapis.com/auth/tasks",
439 "https://www.googleapis.com/auth/tasks.readonly"
443 "id": "tasks.tasks.insert",
444 "path": "lists/{tasklist}/tasks",
475 "https://www.googleapis.com/auth/tasks"
479 "id": "tasks.tasks.list",
480 "path": "lists/{tasklist}/tasks",
482 "description": "Returns all tasks in the specified task list.",
518 …"description": "Flag indicating whether completed tasks are returned in the result. Optional. The …
523 …"description": "Flag indicating whether deleted tasks are returned in the result. Optional. The de…
528 …"description": "Flag indicating whether hidden tasks are returned in the result. Optional. The def…
547 "$ref": "Tasks"
550 "https://www.googleapis.com/auth/tasks",
551 "https://www.googleapis.com/auth/tasks.readonly"
555 "id": "tasks.tasks.move",
556 "path": "lists/{tasklist}/tasks/{task}/move",
558 …s a child task under a new parent and/or move it to a different position among its sibling tasks.",
591 "https://www.googleapis.com/auth/tasks"
595 "id": "tasks.tasks.patch",
596 "path": "lists/{tasklist}/tasks/{task}",
624 "https://www.googleapis.com/auth/tasks"
628 "id": "tasks.tasks.update",
629 "path": "lists/{tasklist}/tasks/{task}",
657 "https://www.googleapis.com/auth/tasks"