This is Google Apps Script which reads tasks from Google Tasks and move them to GetTask3 application.
Script needs to have two script properties:
- ParentId - which defines where new tasks will be created
- webapikey - used for authentication
To make the process automatic, trigger need to be added:
Task service needs to be added to be able to call API.




