Files
n8n/flows/13.json

228 lines
5.2 KiB
JSON
Executable File

{
"createdAt": "2022-04-30T16:57:58.520Z",
"updatedAt": "2022-12-08T04:30:49.284Z",
"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,
"dataLoaded": true,
"pinData": {},
"versionId": "7972760b-7c3a-4ef4-b7c2-07fa30c79ed6",
"tags": [
{
"createdAt": "2022-05-19T09:37:15.931Z",
"updatedAt": "2022-05-19T09:37:15.931Z",
"id": "2",
"name": "my"
}
]
}