Overview

Classes

  • Google_Service_Tasks
  • Google_Service_Tasks_Task
  • Google_Service_Tasks_TaskLinks
  • Google_Service_Tasks_TaskList
  • Google_Service_Tasks_TaskLists
  • Google_Service_Tasks_Tasklists_Resource
  • Google_Service_Tasks_Tasks
  • Google_Service_Tasks_Tasks_Resource
  • Overview
  • Class
  • Tree

Class Google_Service_Tasks_Tasklists_Resource

The "tasklists" collection of methods. Typical usage is:

 $tasksService = new Google_Service_Tasks(...);
 $tasklists = $tasksService->tasklists;
Google_Service_Resource
Extended by Google_Service_Tasks_Tasklists_Resource
Located at Tasks.php
Methods summary
public
# delete( string $tasklist, array $optParams = array() )

Deletes the authenticated user's specified task list. (tasklists.delete)

Deletes the authenticated user's specified task list. (tasklists.delete)

Parameters

$tasklist
Task list identifier.
$optParams
Optional parameters.
public Google_Service_Tasks_TaskList
# get( string $tasklist, array $optParams = array() )

Returns the authenticated user's specified task list. (tasklists.get)

Returns the authenticated user's specified task list. (tasklists.get)

Parameters

$tasklist
Task list identifier.
$optParams
Optional parameters.

Returns

Google_Service_Tasks_TaskList
Google_Service_Tasks_TaskList
public Google_Service_Tasks_TaskList
# insert( Google_Service_Tasks_TaskList $postBody, array $optParams = array() )

Creates a new task list and adds it to the authenticated user's task lists. Fails with HTTP code 403 or 429 after reaching the storage limit of 2,000 lists. (tasklists.insert)

Creates a new task list and adds it to the authenticated user's task lists. Fails with HTTP code 403 or 429 after reaching the storage limit of 2,000 lists. (tasklists.insert)

Parameters

$postBody
$optParams
Optional parameters.

Returns

Google_Service_Tasks_TaskList
Google_Service_Tasks_TaskList
public Google_Service_Tasks_TaskLists
# listTasklists( array $optParams = array() )

Returns all the authenticated user's task lists. (tasklists.listTasklists)

Returns all the authenticated user's task lists. (tasklists.listTasklists)

Parameters

$optParams
Optional parameters.

Returns

Google_Service_Tasks_TaskLists
Google_Service_Tasks_TaskLists

Opt_param

string maxResults Maximum number of task lists returned on one page. Optional. The default is 20 (max allowed: 100).
string pageToken Token specifying the result page to return. Optional.
public Google_Service_Tasks_TaskList
# patch( string $tasklist, Google_Service_Tasks_TaskList $postBody, array $optParams = array() )

Updates the authenticated user's specified task list. This method supports patch semantics. (tasklists.patch)

Updates the authenticated user's specified task list. This method supports patch semantics. (tasklists.patch)

Parameters

$tasklist
Task list identifier.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Tasks_TaskList
Google_Service_Tasks_TaskList
public Google_Service_Tasks_TaskList
# update( string $tasklist, Google_Service_Tasks_TaskList $postBody, array $optParams = array() )

Updates the authenticated user's specified task list. (tasklists.update)

Updates the authenticated user's specified task list. (tasklists.update)

Parameters

$tasklist
Task list identifier.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Tasks_TaskList
Google_Service_Tasks_TaskList
© 2020 Google Inc.
Tasks API documentation generated by ApiGen 2.8.0