🐛 Google Tasks: Fix due field (#2426)

This commit is contained in:
Tom
2021-11-13 10:16:56 +01:00
committed by GitHub
parent 7a0e072d98
commit 345c94bd37
2 changed files with 9 additions and 2 deletions

View File

@@ -447,6 +447,13 @@ export const taskFields = [
default: false,
description: 'Flag indicating whether the task has been deleted.',
},
{
displayName: 'Due Date',
name: 'dueDate',
type: 'dateTime',
default: '',
description: 'Due date of the task.',
},
{
displayName: 'Notes',
name: 'notes',