Quickstarts explain how to set up and run an app that calls a Google Workspace API.
Google Workspace quickstarts use the API client libraries to handle some details of the authentication and authorization flow. We recommend that you use the client libraries for your own apps. Before you can run the sample app, each quickstart requires that you turn on authentication and authorization. If you're unfamiliar with authentication and authorization for Google Workspace APIs, read the Authentication and authorization overview.
Create a Google Apps Script that makes requests to the Google Tasks API.
Objectives
- Create the script.
- Enable the Google Tasks API.
- Run the sample.
Prerequisites
- A Google account with Google Tasks enabled.
- Access to Google Drive
Create the script
- Create a new script by going to script.google.com/create.
- Replace the contents of the script editor with the following code:
- Click Save
.
- Click Untitled project, type Quickstart, and click Rename.
Enable the Google Tasks API
- Open the Apps Script project.
- Click Editor .
- Next to Services, click Add a service .
- Select Tasks API and click Add.
Run the sample
In the Apps Script editor, click Run.
The first time you run the sample, it prompts you to authorize access:
- Click Review permissions.
- Choose an account.
- Click Allow.
The script's execution log appears at the bottom of the window.
Next steps
- Google Apps Script Advanced Services documentation
- Troubleshoot authentication and authorization issues
- Tasks API reference documentation