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
-
Google_Service_Tasks_Tasklists_Resource
Located at Tasks.php
public
|
#
delete( string $tasklist, array $optParams = array() )
Deletes the authenticated user's specified task list. (tasklists.delete) |
public
|
#
get( string $tasklist, array $optParams = array() )
Returns the authenticated user's specified task list. (tasklists.get) |
public
|
#
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) |
public
|
#
listTasklists( array $optParams = array() )
Returns all the authenticated user's task lists. (tasklists.listTasklists) |
public
|
#
patch( string $tasklist,
Updates the authenticated user's specified task list. This method supports patch semantics. (tasklists.patch) |
public
|
#
update( string $tasklist,
Updates the authenticated user's specified task list. (tasklists.update) |