Tasklists
class Tasklists extends Resource (View source)
The "tasklists" collection of methods.
Typical usage is:
$tasksService = new Google\Service\Tasks(...);
$tasklists = $tasksService->tasklists;
Methods
Deletes the authenticated user's specified task list. If the list contains assigned tasks, both the assigned tasks and the original tasks in the assignment surface (Docs, Chat Spaces) are deleted. (tasklists.delete)
Returns the authenticated user's specified task list. (tasklists.get)
Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time. (tasklists.listTasklists)
Details
delete(string $tasklist, array $optParams = [])
Deletes the authenticated user's specified task list. If the list contains assigned tasks, both the assigned tasks and the original tasks in the assignment surface (Docs, Chat Spaces) are deleted. (tasklists.delete)
TaskList
get(string $tasklist, array $optParams = [])
Returns the authenticated user's specified task list. (tasklists.get)
TaskList
insert(TaskList $postBody, array $optParams = [])
Creates a new task list and adds it to the authenticated user's task lists. A user can have up to 2000 lists at a time. (tasklists.insert)
TaskLists
listTasklists(array $optParams = [])
Returns all the authenticated user's task lists. A user can have up to 2000 lists at a time. (tasklists.listTasklists)
TaskList
patch(string $tasklist, TaskList $postBody, array $optParams = [])
Updates the authenticated user's specified task list. This method supports patch semantics. (tasklists.patch)