From c53ab98d37e68653057f12ff02e00fbe131ae930 Mon Sep 17 00:00:00 2001 From: aaravkumar Date: Mon, 28 Apr 2025 23:48:41 -0400 Subject: added task nodes calendar intergation, and ability to complete tasks directly via calendar view --- src/client/documents/Documents.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/documents') diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 9b1f64a36..112a73e46 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -530,12 +530,12 @@ export class DocumentOptions { /** Task start date/time picker (metadata and default) */ startTime?: DateInfo | DateField = new DateInfo('start date and time', /*filterable*/ false); - /** Task end date/time picker (metadata and default) */ endTime?: DateInfo | DateField = new DateInfo('end date and time', /*filterable*/ false); - /** Treat this as an all-day task (metadata and default) */ allDay?: BoolInfo | boolean = new BoolInfo('all-day task', /*filterable*/ false); + /** Whether the task is completed */ + completed?: BoolInfo | boolean = new BoolInfo('whether the task is completed', /*filterable*/ false); } export const DocOptions = new DocumentOptions(); -- cgit v1.2.3-70-g09d2