79693079

Date: 2025-07-07 15:26:50
Score: 1
Natty:
Report link

Update (2025): Tasks assigned via Google Docs now show up in the Tasks API. Just add showAssigned to your request:

const tasks = Tasks.Tasks.list(taskListId, {
  showAssigned: true
});

This includes tasks created with @Assign task in Google Docs, which were previously hidden.

Reference: Tasks API – tasks.list parameters

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: javo