aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authorSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-05 13:34:53 -0400
committerSkitty1238 <157652284+Skitty1238@users.noreply.github.com>2025-06-05 13:34:53 -0400
commit1ec0291a689ed0aea0bb6fdd91e3c08113bfac46 (patch)
tree5b0d5c21f4a866942bae9a55bbac4fc8c190ac3a /src/client/documents
parentd73f7d9960285aceec01ef41a80bbb19e5d86f8c (diff)
changed add to google tasks button to sync to google button. Implemented auto creation and auto deletion in Google when node is created/deleted in dash
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 4ad9c9bd8..120ad0688 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -528,6 +528,7 @@ export class DocumentOptions {
$task_endTime?: DateInfo | DateField = new DateInfo('end date and time', /*filterable*/ false);
$task_allDay?: BoolInfo | boolean = new BoolInfo('whether task is all-day or not', /*filterable*/ false);
$task_completed?: BoolInfo | boolean = new BoolInfo('whether the task is completed', /*filterable*/ false);
+ $googleTaskId?: STRt = new StrInfo('Google Task ID for syncing');
_calendar_date?: DateInfo | DateField = new DateInfo('current selected date of a calendar', /*filterable*/ false);
_calendar_dateRange?: STRt = new StrInfo('date range shown on a calendar', false);