TTMSFNCCloudGoogleTasks
Usage
A component that provides access to the Google Tasks service. It allows to read, create, update & delete Google Tasks and Google TaskLists.
Authorization information
Client ID, Client Secret, CallBack URL
Organisation
Properties
Property name | Description |
---|---|
TaskLists | A list of Google TaskLists |
TaskLists.Tasks | A list of Google Tasks |
HasNextTaskLists | Indicates if more TasksLists are available that can be retrieved with GetNextTaskLists |
HasNextTasks | Indicates if more Tasks are available that can be retrieved with GetNextTasks |
Methods
Property name | Description |
---|---|
GetTaskLists | Fill the list of TaskLists . The request returns a limited number of TaskLists . The HasNextPage property indicates if more TaskLists are available, these can be retrieved with GetNextTaskLists |
GetNextTaskLists | Retrieve the remaining TaskLists . The HasNextTaskLists property indicates if more TaskLists are available, these can be retrieved by calling GetNextTaskLists again |
GetTasks | Fill the list of Tasks for the specified TaskList . The HasNextTasks property indicates if more Tasks are available, these can be retrieved with GetNextTasks |
GetNextTasks | Retrieve the remaining Tasks for the specified TaskList . The HasNextTasks property indicates if more Tasks are available, these can be retrieved by calling GetNextTasks again |
AddTaskList | Create a new TaskList |
AddTaskToList | Add an existing Task the the specified TaskList |
UpdateTaskList | Update an existing TaskList |
UpdateTask | Update an existing Task |
DeleteTaskList | Delete an existing TaskList |
DeleteTask | Delete an existing Task |