0

It appears the Google Tasks API tasklists resource pulls the list of tasks associated with the current user. I would like to specify the user that the task list will be generated for. The plan would be to generate a list of tasks and the documents (if any) that they are associated with.

Leveraging the AdminDirectory library would allow cycling through select users to grab the tasks associated with the desired user(s).

const tasklists = Tasks.Tasklists.list();

A list of tasks associated with the account that ran the script is listed, not all the tasks in the organization.

0 Answers0