From 8ac76e2ccd47271403203afefed0a91b755fe883 Mon Sep 17 00:00:00 2001 From: nia Date: Sun, 12 Mar 2023 09:48:46 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20'f?= =?UTF-8?q?lows/13.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flows/13.json | 228 -------------------------------------------------- 1 file changed, 228 deletions(-) delete mode 100755 flows/13.json diff --git a/flows/13.json b/flows/13.json deleted file mode 100755 index 9693b59..0000000 --- a/flows/13.json +++ /dev/null @@ -1,228 +0,0 @@ -{ - "createdAt": "2022-04-30T16:57:58.520Z", - "updatedAt": "2023-01-17T15:51:24.289Z", - "id": "13", - "name": "birthday", - "active": true, - "nodes": [ - { - "parameters": {}, - "name": "Start", - "type": "n8n-nodes-base.start", - "typeVersion": 1, - "position": [ - -200, - 480 - ], - "id": "972c5ec8-46f8-4042-8200-c11aa63f167b" - }, - { - "parameters": { - "title": "={{$json[\"summary\"]}}", - "body": "={{$json[\"description\"]}}" - }, - "name": "Pushbullet", - "type": "n8n-nodes-base.pushbullet", - "typeVersion": 1, - "position": [ - 460, - 580 - ], - "id": "b32911f2-042c-429a-b855-2ffceecf358b", - "credentials": { - "pushbulletOAuth2Api": { - "id": "10", - "name": "Pushbullet account" - } - } - }, - { - "parameters": { - "triggerTimes": { - "item": [ - { - "hour": 6, - "minute": 30 - } - ] - } - }, - "name": "Cron", - "type": "n8n-nodes-base.cron", - "typeVersion": 1, - "position": [ - -200, - 680 - ], - "id": "d89fb67c-8d38-428e-a08d-569301e115e3" - }, - { - "parameters": { - "operation": "getAll", - "taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAE_WemmwAAAA==", - "returnAll": true - }, - "name": "Microsoft To Do1", - "type": "n8n-nodes-base.microsoftToDo", - "typeVersion": 1, - "position": [ - 100, - 800 - ], - "id": "9b1904b9-69b2-4924-a647-d6f0a02a0fa7", - "credentials": { - "microsoftToDoOAuth2Api": { - "id": "4", - "name": "Microsoft To Do account" - } - }, - "disabled": true - }, - { - "parameters": { - "operation": "delete", - "taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAE_WemmwAAAA==", - "taskId": "={{$json[\"id\"]}}" - }, - "name": "Microsoft To Do2", - "type": "n8n-nodes-base.microsoftToDo", - "typeVersion": 1, - "position": [ - 380, - 800 - ], - "id": "473c977c-3cf3-49c1-8371-b64017409a2f", - "credentials": { - "microsoftToDoOAuth2Api": { - "id": "4", - "name": "Microsoft To Do account" - } - }, - "disabled": true - }, - { - "parameters": { - "operation": "getAll", - "calendar": "addressbook%23contacts%40group.v.calendar.google.com", - "returnAll": true, - "options": { - "timeMax": "={{$today.plus({days: 1}).toString()}}", - "timeMin": "={{$today.toString()}}" - } - }, - "name": "Google Calendar1", - "type": "n8n-nodes-base.googleCalendar", - "typeVersion": 1, - "position": [ - 120, - 580 - ], - "id": "fef543df-297d-45c5-bced-c310075a217e", - "credentials": { - "googleCalendarOAuth2Api": { - "id": "6", - "name": "Google Calendar account" - } - } - }, - { - "parameters": { - "operation": "create", - "taskListId": "AQMkADAwATNiZmYAZC05MzYzLWQ5YjYtMDACLTAwCgAuAAADIyRvDrjkMkCmTApWtV1lbAEAodXeAPq8WUqqkl0jol24wwAE_WemmwAAAA==", - "title": "={{$json[\"summary\"]}}", - "additionalFields": { - "content": "={{$json[\"description\"]}}", - "dueDateTime": "={{DateTime.fromISO($json[\"start\"][\"date\"]).plus({days: 1}).toString()}}", - "importance": "high", - "status": "inProgress" - } - }, - "name": "Microsoft To Do3", - "type": "n8n-nodes-base.microsoftToDo", - "typeVersion": 1, - "position": [ - 460, - 440 - ], - "id": "4aa64186-509b-4525-ad30-14eae58594da", - "credentials": { - "microsoftToDoOAuth2Api": { - "id": "4", - "name": "Microsoft To Do account" - } - } - } - ], - "connections": { - "Start": { - "main": [ - [ - { - "node": "Google Calendar1", - "type": "main", - "index": 0 - } - ] - ] - }, - "Cron": { - "main": [ - [ - { - "node": "Microsoft To Do1", - "type": "main", - "index": 0 - }, - { - "node": "Google Calendar1", - "type": "main", - "index": 0 - } - ] - ] - }, - "Microsoft To Do1": { - "main": [ - [ - { - "node": "Microsoft To Do2", - "type": "main", - "index": 0 - } - ] - ] - }, - "Google Calendar1": { - "main": [ - [ - { - "node": "Microsoft To Do3", - "type": "main", - "index": 0 - }, - { - "node": "Pushbullet", - "type": "main", - "index": 0 - } - ] - ] - } - }, - "settings": { - "saveExecutionProgress": "DEFAULT", - "errorWorkflow": "25" - }, - "staticData": null, - "pinData": {}, - "versionId": "7972760b-7c3a-4ef4-b7c2-07fa30c79ed6", - "triggerCount": 1, - "tags": [ - { - "createdAt": "2022-05-19T09:37:15.931Z", - "updatedAt": "2022-05-19T09:37:15.931Z", - "id": "2", - "name": "my" - } - ] -} \ No newline at end of file