Skip to main content

Google Tasks

The Google Tasks modules enable you to monitor, retrieve, create, update, or delete tasks and task lists in your Google Tasks.

In order to use Google Tasks with Make, it is necessary to have a Google Tasks account.

Note

Make's use and transfer of information received from Google APIs to any other app will adhere to Google API Services User Data Policy.

Obtain client credentials for your custom app

To obtain the client credentials, you must have access to Google Cloud Console and be able to create or edit the project.

  1. Sign in to Google Cloud console using your Google credentials.

  2. In the upper-left corner, click Select a project > NEW PROJECT. Enter the desired project name, and click the CREATE button.

    61f26f540fc73.gif
  3. Select the project you have created.

    61f26f58533ba.gif
  4. Go to APIs & Services > Library.

    61f26f5b27f1a.gif
  5. Search and enable the following required APIs:

    • Cloud Resource Manager API

    • Google Drive API

    The desired service option should display as you type. Select the API/service you want to connect to Make.

    61f26f5e01d32.gif
  6. Click the ENABLE button to enable the selected API.

  7. In the left sidebar, click  APIs & Services > OAuth consent screen.

    61f26f606a4df.gif
  8. Choose the External option, and click the CREATE button.

    Note

    You will not be charged when selecting this option! For more details, please refer to Google's Exceptions to verification requirements.

  9. Fill in the required fields as follows, and then click Save and Continue:

    App name

    Enter the name of the app asking for consent. For example,  Make.

    User support email

    Developer contact info

    Authorized domains

    • make.com

  10. On the Scopes page, click Add or Remove Scopes. Under Manually Add Scopes, add the following scopes if they are not listed above.

    • https://mail.google.com

    • https://www.googleapis.com/auth/drive

  11. Click Add to Table then click Update.

  12. Click the X in the upper-left corner to close the Scopes box.

  13. Click Save and Continue.

  14. In the Test Users section, click ADD USERS and enter the testing user email address to access the app.

    google-cloud-storage-1.png
  15. Review the Summary page. Click Back to Dashboard.

  16. In the left sidebar, click Credentials. Click the +CREATE CREDENTIALS and select the OAuth Client ID option.

    61f26f63118aa.gif
  17. Fill in the required fields as follows, and then click the Create button to create the application:

    61f26f65799c3.gif

    Application type

    web application

    Name

    Name of the application. For example, Make.

    Authorized redirect URIs

    https://www.integromat.com/oauth/cb/google-restricted

  18. A dialog containing the app's Client ID and Client Secret is displayed. Save them in a safe place for later use.

    61f26f68840d8.png

You have successfully created the client credentials.

Note

If you are using custom apps with publishing state, Testing, then you must set up the access token NOT TO be forced to re-authenticate every week after expiration.

However, our tests have shown that it is currently possible to set your Publishing Status to In Production to avoid this weekly re-authentication.

For more information, see setting up OAuth consent screen.

To set up app token and authentication, see using OAuth 2.0 for Web Server applications.

Connect Google Tasks to Make

To connect Google Tasks app:

  1. Log in to your Make account, insert a Google Tasks module to your scenario, and click Create a connection.

  2. Optional: In the Connection name field, enter a name for the connection. Click Save.

  3. Optional: Click Show advanced settings and enter the client credentials of your custom app.

  4. Click the Sign in with Google button and select your Google account.

  5. Review the access information and click Allow.

You have successfully established the connection. You can now edit your scenario and add more Google Tasks modules. If your connection needs reauthorization at any point, follow the connection renewal steps here.

Task

Retrieves task details when a task is created and updated, due, or completed.

Connection

Establish a connection to your Google account.

Watch Tasks

Select the change that will return the tasks.

Show Completed Tasks

Enable this option to include also completed tasks in the module's output.

Task List ID

Select the task list you want to watch for changes.

Limit

Set the maximum number of tasks Make will return during one execution cycle.

Retrieves tasks in the specified task list by the filter settings.

Connection

Establish a connection to your Google account.

Task List ID

Map the task list ID or select the task list you want to retrieve tasks from.

To Completed Date

Enter the upper bound for a task's completion date to filter by. The list of supported date and time formats.

To Completed Date

Enter the lower bound for a task's completion date to filter by. The list of supported date and time formats.

From Due Date

Enter the exclusive upper bound for a task's due date to filter by. The list of supported date and time formats.

To Due Date

Enter inclusive lower bound for a task's due date to filter by. Filtering is by date only; hours and minutes are not used. The list of supported date and time formats.

Show Completed Tasks

Enable this option to include also completed tasks in the module's output.

Show Deleted Tasks

Enable this option to include deleted tasks in the module's output.

From Updated Time

Enter the lower bound for a task's last modification time to filter by. The list of supported date and time formats.

Limit

Set the maximum number of tasks Make will return during one execution cycle.

Returns the data of a specified task.

Connection

Establish a connection to your Google account.

Task List ID

Map the Task List ID or select the task list you want to retrieve the task from

Task ID

Map or select the ID of the task you want to retrieve details about.

Creates a new task in the specified task list.

Connection

Establish a connection to your Google account.

Task List ID

Map the Task List ID or select the task list you want to create a new task for.

Select the Method

Select whether you want to create a task or subtask.

Parent Task

Select the parent task of the new subtask.

Title

Enter the title for the new task.

Notes

Enter the notes describing the task.

Due Date

Enter the due date of the task. The list of supported date and time formats.

Updates an existing task.

Connection

Establish a connection to your Google account.

Task List ID

Map the Task List ID or select the task list you want to update a task for.

Task

Map the Task ID or select the task you want to update.

Title

Enter the new title for the task.

Notes

Enter the notes describing the task.

Due Date

Enter the due date of the task. The list of supported date and time formats.

Complete Task

Enable this option to mark the task as completed.

Deletes an existing task.

Connection

Establish a connection to your Google account.

Task List ID

Map the Task List ID or select the task list that contains the task you want to delete.

Task

Map the Task ID or select the task you want to delete.

Task Lists

Retrieve task list details when a task list is created or updated.

Connection

Establish a connection to your Google account.

Limit

Set the maximum number of tasks lists Make will return during one execution cycle.

Retrieves all task lists in your account.

Connection

Establish a connection to your Google account.

Limit

Set the maximum number of tasks lists Make will return during one execution cycle.

Retrieves task list details.

Connection

Establish a connection to your Google account.

Task List ID

Map the Task List ID or select the task list you want to retrieve details about.

Creates a new task list in your account.

Note

A maximum number of 2000 task lists is allowed.

Connection

Establish a connection to your Google account.

Title

Enter the title of the task list.

Updates the title of an existing task list.

Connection

Establish a connection to your Google account.

Task List ID

Map the Task List ID or select the task list you want to update.

Title

Enter the new title for the task list.

Deletes a task list.

Connection

Establish a connection to your Google account.

Task List ID

Map the task list ID or select the task list you want to delete.

Other

Allows you to perform a custom API call.

Connection

Establish a connection to your Google account.

URL

Enter a path relative to https://www.googleapis.com/tasks

E.g. /v1/users/@me/lists

For the list of available endpoints, refer to the Google Tasks API Documentation.

Method

Select the HTTP method you want to use:

  • GET - to retrieve information for an entry.

  • POST - to create a new entry.

  • PUT - to update/replace an existing entry.

  • PATCH - to make a partial entry update.

  • DELETE - to delete an entry.

Headers

Enter the desired request headers. You don't have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

The following API call returns the tasks from the specified task list:

URL:

/v1/lists/{{TaskListID}}/tasks

Method:

GET

61d5b571ee65f.png

Matches of the search can be found in the module's Output under Bundle > Body > items.

In our example, 7 tasks were returned:

61d5b57309682.png