Created on 02 July 2021
icon_unfollowing
Login to follow
google-tasks-integration-service

Google Tasks Integration Service

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 02 July 2021 by 
google-tasks-integration-service

Google Tasks Integration Service

Details
Integration with the Google Tasks Rest API V1. Contains the rest integration wrapped in specific service actions for easier use of the API.
Read more

Integration with the Google Tasks Rest API V1.

All methods require a Token that you can be fetched by any different ways (using a user account authentication or a service account authentication).


Service Actions available in this integration:

  • TaskLists
    • GetList
    • GetLists
    • InsertList
    • PatchList
    • UpdateList
    • DeleteList


  • Tasks
    • GetTask
    • GetTasks
    • InsertTasks
    • MoveTask
    • PatchTask
    • UpdateTask
    • ClearTasks
    • DeleteTask


Consumed Rest methods:

  • TaskLists
    • /tasks/v1/users/@me/lists/{tasklist} (DELETE)
    • /tasks/v1/users/@me/lists/{tasklist} (GET)
    • /tasks/v1/users/@me/lists (POST)
    • /tasks/v1/users/@me/lists (GET)
    • /tasks/v1/users/@me/lists/{tasklist} (PATCH)
    • /tasks/v1/users/@me/lists/{tasklist} (PUT)


  • Tasks
    • /tasks/v1/lists/{tasklist}/clear (POST)
    • /tasks/v1/lists/{tasklist}/tasks/{task} (DELETE)
    • /tasks/v1/lists/{tasklist}/tasks/{task} (GET)
    • /tasks/v1/lists/{tasklist}/tasks (POST)
    • /tasks/v1/lists/{tasklist}/tasks (GET)
    • /tasks/v1/lists/{tasklist}/tasks/{task}/move (POST)
    • /tasks/v1/lists/{tasklist}/tasks/{task} (PATCH)
    • /tasks/v1/lists/{tasklist}/tasks/{task} (PUT)


For more information please consult the Google Tasks API documentation


Release notes (1.0.0)
Reviews (0)
Category
Integrations, Other integrations
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Google Tasks Integration Service has no dependencies.
Application Objects
Google Tasks Integration Service has 14 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads