Node-RED + vdirsyncer calendar events control

Hey guys,

i just wanted to share a prototype, maybe it is interesting for someone:

This is the context: I have some remote or diffcult go-to locations (other people must be there), where i have to send the start and end of events from one or more caldav calendar to some others machines. The Internet can be offline for days to weeks from time to time, and there can be power outages from time to time.

Now i wanted to try it with vdirsyncer + node-RED: vdirsyncer is doing the caldav sync, and node-RED the calendar-event stuff. The part, which give me the peace of mind with that, is that vdirsyncer stores the file on the filesystem, so i can be shure that the events will be handled locally, even there is no internet for weeks. i also tested the calendar sync with tsdav, but the flow become VERY bloated :thinking: .

vdirsyncer config
[general]
status_path = "~/.vdirsyncer/status/"

[pair my_calendars]
a = "my_calendars_local"
b = "my_calendars_remote"
collections = ["from a", "from b"]

[storage my_calendars_local]
type = "filesystem"
path = "~/.calendars/"
fileext = ".ics"

[storage my_calendars_remote]
type = "caldav"
url = "https://example.com/remote.php/dav"
username = ">>USERNAME<<"
password = ">>APP-PASSWORD<<"

In the last weeks, i also played arround with the cron-plus.

So in node-RED, the main task is to parse ics files and fill up the cron-plus node with dynamic events by handling the create/update/delete of the ics files, created by vdirsyncer.

The ics parsing is done by node-ical

I copy and paste some code from the readme’s, so there will be a mix of moment and dayjs datetime handling… not optimal, but it works :sweat_smile:

When handling with the ics files, there can be recurring events. I precalculate the min / max start of the event for filtering them when i calculate the events of the current day.

As a result of this, i get one cron-plus node, which fire for of given event and topic/calendar at the beginning of the event a “1” and at the and a “0”.

[{"id":"ac9f0c3de341ca99","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"064a178fadc4153e","type":"group","z":"ac9f0c3de341ca99","name":"utils","style":{"label":true},"nodes":["a58d2bc5e5a8ac1d","b724676955ece20c","ef1c851f7da7e421","355989755a316cb4","c5bd0dd67fb08423","d4ed3665ebc50550","a6eb8faee1b0a96c","0835a1bd4414ed6b","608d42de627cef87","583059fc882bbbd6","1399e313a97ee4df","f42fedefba028baa","1ec5dbca3288f843","ab509c945fc708f5","683257c6c5e9aad8","5e59fe407cea71af","ee3ada518d04cfbf","b0b0b1cc6402b885","5f4265cd483ac95c","1364c0152ac3cc17"],"x":74,"y":19,"w":1062,"h":462},{"id":"42a561fc1b2ccc8d","type":"group","z":"ac9f0c3de341ca99","name":"Calc min/max of event","style":{"label":true},"nodes":["d34d012438078d99","ad7c8d02cc0528a4","68fb255f630f7d99","7bf49b4ca499ff62","7a9fc5c7a19acffa","d49bc29f3e005298","bdb4c40cd7f14c5c","ae13556a14c4d5e0","b04b36625dd720fa","505c3ec351fad17c"],"x":74,"y":519,"w":1212,"h":322},{"id":"4faf525c7d26d7ae","type":"group","z":"ac9f0c3de341ca99","name":"handle file event","style":{"label":true},"nodes":["4212f15da37411bf","c3fa742677b122cd","c90f2f0716ca32a4","0b3ae8b8c325226b","d553462ef1f837ed","3c8c8b3d3ca06486","230dae776177b413","95933d344f0f1df5","60312b966c49d4b5","8e84421d5dd16fb4","bc4d4001e1cacff6","4627a34538c48a9c","c6593a06147bdb7f"],"x":74,"y":899,"w":1232,"h":262},{"id":"8624195a830e3c95","type":"group","z":"ac9f0c3de341ca99","name":"","style":{"label":true,"fill":"#ffff7f"},"nodes":["72cbeb46aaad36a9","2ba497938f8d2cfd","b79b0d1ec699ecd3","7767302d419fb671","cea91d871e18976a","014473e83e92bbe0","f95076c2e1d78950","e91a25526d7d540f"],"x":64,"y":1233,"w":1182,"h":214},{"id":"67421f0ebb24eaa5","type":"group","z":"ac9f0c3de341ca99","name":"Main cron plus","style":{"label":true},"nodes":["df236c3ae08ae4cc","24e5d83dee7a8704","0229e7315f98dad6","8b8fc44084a9ecc7","4584c6ae81da5773","be1961423b93c539"],"x":68,"y":1933,"w":1184,"h":648},{"id":"4584c6ae81da5773","type":"group","z":"ac9f0c3de341ca99","g":"67421f0ebb24eaa5","name":"here happen the cron-plus events!","style":{"fill":"#ffff7f","label":true},"nodes":["6e8ed55001e3e10a","76bc40e02a235fd7","52d268b482003a96","2cfe629cd5f91991","1362897cc6a70aca","a6fb18be49736da2","5f566a50e0eadc94"],"x":94,"y":1959,"w":1022,"h":162},{"id":"be1961423b93c539","type":"group","z":"ac9f0c3de341ca99","g":"67421f0ebb24eaa5","style":{"stroke":"#999999","stroke-opacity":"1","fill":"none","fill-opacity":"1","label":true,"label-position":"nw","color":"#a4a4a4"},"nodes":["51029b6c2001b8b4","4726842e9aa294fa","0a4edd4b19e8f0bf","b50f3231576a829f","6af3be469bad640b","5677bab48774d343","0f145fd7ced10d93","0e4eb43e23973bbc"],"x":94,"y":2179,"w":1132,"h":142},{"id":"e91a25526d7d540f","type":"group","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"change topic here ","style":{"fill":"#ff0000","label":true},"nodes":["6a2c09132f454c08","a177cafa60c58560"],"x":474,"y":1259,"w":232,"h":162},{"id":"1364c0152ac3cc17","type":"junction","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","x":1000,"y":260,"wires":[["1399e313a97ee4df"]]},{"id":"4627a34538c48a9c","type":"junction","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","x":620,"y":1020,"wires":[["4212f15da37411bf"]]},{"id":"c6593a06147bdb7f","type":"junction","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","x":200,"y":980,"wires":[["d553462ef1f837ed"]]},{"id":"cea91d871e18976a","type":"junction","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","x":1140,"y":1340,"wires":[["7767302d419fb671"]]},{"id":"a58d2bc5e5a8ac1d","type":"function","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"parse ics async","func":"// use the sync function parseFile() to parse this ics file\n// parse a file with a callback\nconst ics = msg.ics\nical.async.parseICS(ics, function (err, data) {\n    if (err) {\n        node.error(err);\n    }\n    msg.jcal = data;\n});\n\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"ical","module":"node-ical"}],"x":260,"y":60,"wires":[["d4ed3665ebc50550"]]},{"id":"b724676955ece20c","type":"split","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","property":"jcal","x":210,"y":160,"wires":[["ef1c851f7da7e421"]]},{"id":"ef1c851f7da7e421","type":"switch","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"filter VEVENT","property":"jcal.type","propertyType":"msg","rules":[{"t":"eq","v":"VEVENT","vt":"str"}],"checkall":"true","repair":true,"outputs":1,"x":380,"y":160,"wires":[["a6eb8faee1b0a96c"]]},{"id":"355989755a316cb4","type":"switch","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"","property":"jcal","propertyType":"msg","rules":[{"t":"hask","v":"rrule","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":570,"y":280,"wires":[["ab509c945fc708f5"],["683257c6c5e9aad8"]]},{"id":"c5bd0dd67fb08423","type":"link in","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"parse ics","links":[],"x":115,"y":60,"wires":[["a58d2bc5e5a8ac1d"]]},{"id":"d4ed3665ebc50550","type":"link out","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"link out 1","mode":"return","links":[],"x":425,"y":60,"wires":[]},{"id":"a6eb8faee1b0a96c","type":"join","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"","mode":"auto","build":"object","property":"payload","propertyType":"msg","key":"topic","joiner":"\\n","joinerType":"str","useparts":false,"accumulate":"false","timeout":"","count":"","reduceRight":false,"x":570,"y":160,"wires":[["608d42de627cef87"]]},{"id":"0835a1bd4414ed6b","type":"link in","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"filter VEVENT","links":[],"x":115,"y":160,"wires":[["b724676955ece20c"]]},{"id":"608d42de627cef87","type":"link out","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"link out 2","mode":"return","links":[],"x":705,"y":160,"wires":[]},{"id":"583059fc882bbbd6","type":"link in","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"expand event","links":[],"x":125,"y":280,"wires":[["1ec5dbca3288f843"]]},{"id":"1399e313a97ee4df","type":"link out","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"link out 3","mode":"return","links":[],"x":1095,"y":260,"wires":[]},{"id":"f42fedefba028baa","type":"split","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","property":"jcal","x":430,"y":280,"wires":[["355989755a316cb4"]]},{"id":"1ec5dbca3288f843","type":"function","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"expand start/end","func":"const now = dayjs()\nmsg.expand_start = msg.expand_start || now.startOf('day').toDate()\nmsg.expand_end = msg.expand_end || now.endOf('day').toDate()\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"dayjs","module":"dayjs"}],"x":270,"y":280,"wires":[["f42fedefba028baa"]]},{"id":"ab509c945fc708f5","type":"function","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"rrule -> expand event","func":"const event= msg.jcal\nconst  year = new Date().getFullYear()\nconst dates = event.rrule.between(msg.expand_start, msg.expand_end)\nconst original_start = dayjs(event.start)\nconst original_end = dayjs(event.end)\nconst diff = original_end.diff(original_start,'second') // 20214000000 default milliseconds\nlet dates_utc = []\n\n\n\n\ndates.forEach(date => {\n    let newDate\n    if (event.rrule.origOptions.tzid) {\n        // tzid present (calculate offset from recurrence start)\n        const dateTimezone = moment.tz.zone('UTC')\n        const localTimezone = moment.tz.guess()\n        const tz = event.rrule.origOptions.tzid === localTimezone ? event.rrule.origOptions.tzid : localTimezone\n        const timezone = moment.tz.zone(tz)\n        const offset = timezone.utcOffset(date) - dateTimezone.utcOffset(date)\n        newDate = moment(date).add(offset, 'minutes').toDate()\n    } else {\n        // tzid not present (calculate offset from original start)\n        newDate = new Date(date.setHours(date.getHours() - ((event.start.getTimezoneOffset() - date.getTimezoneOffset()) / 60)))\n    }\n    const start = moment(newDate)\n    dates_utc.push({\n        start: start,\n        end: dayjs(start).add(diff,\"second\")\n    })\n\n})\n\n\n\nif (dates_utc.length > 0 ) {\n    msg.events = dates_utc\n} else {\n msg.events = []\n}\n\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"ical","module":"node-ical"},{"var":"moment","module":"moment-timezone"},{"var":"dayjs","module":"dayjs"}],"x":780,"y":240,"wires":[["1364c0152ac3cc17"]]},{"id":"683257c6c5e9aad8","type":"function","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"no rrule > just one event","func":"let events = []\nconst jcal = msg.jcal\nevents.push({ start: dayjs(jcal.start),end: dayjs(jcal.end)})\nmsg.events = events\n//msg.dates = dates_utc\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"ical","module":"node-ical"},{"var":"moment","module":"moment-timezone"},{"var":"dayjs","module":"dayjs"}],"x":790,"y":300,"wires":[["1364c0152ac3cc17"]]},{"id":"d34d012438078d99","type":"function","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"set  expand timerange","func":"const now = dayjs()\nmsg.expand_start = now.startOf('day').add(-1,'year').toDate()\nmsg.expand_end =  now.endOf('day').add(1,'year').toDate()\n\n\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"dayjs","module":"dayjs"}],"x":920,"y":640,"wires":[["ad7c8d02cc0528a4"]]},{"id":"ad7c8d02cc0528a4","type":"link call","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","links":["c5bd0dd67fb08423"],"linkType":"static","timeout":"30","x":920,"y":680,"wires":[["68fb255f630f7d99"]]},{"id":"68fb255f630f7d99","type":"link call","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","links":["0835a1bd4414ed6b"],"linkType":"static","timeout":"30","x":980,"y":720,"wires":[["7bf49b4ca499ff62"]]},{"id":"7bf49b4ca499ff62","type":"link call","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","links":["583059fc882bbbd6"],"linkType":"static","timeout":"30","x":1060,"y":760,"wires":[["7a9fc5c7a19acffa"]]},{"id":"7a9fc5c7a19acffa","type":"function","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"save min max to flow","func":"const zero = dayjs(0)\n\nconst first_start = msg.events[0].start || dayjs()\nconst last_start = msg.events[msg.events.length - 1].start || dayjs()\nconst file = msg.filename\n\nlet ics_min_max = flow.get(\"ics_min_max\") || {};\n\nics_min_max[file] = {\n    first_start: first_start,\n    last_start: last_start\n}\n\nflow.set(\"ics_min_max\", ics_min_max);\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"dayjs","module":"dayjs"}],"x":1160,"y":800,"wires":[[]]},{"id":"5e59fe407cea71af","type":"file in","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"","filename":"filename","filenameType":"msg","format":"utf8","chunk":false,"sendError":false,"encoding":"none","allProps":false,"x":300,"y":440,"wires":[["ee3ada518d04cfbf"]]},{"id":"ee3ada518d04cfbf","type":"change","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"move ics to msg","rules":[{"t":"move","p":"payload","pt":"msg","to":"ics","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":520,"y":440,"wires":[["5f4265cd483ac95c"]]},{"id":"b0b0b1cc6402b885","type":"link in","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"read ics file","links":[],"x":135,"y":440,"wires":[["5e59fe407cea71af"]]},{"id":"5f4265cd483ac95c","type":"link out","z":"ac9f0c3de341ca99","g":"064a178fadc4153e","name":"link out 5","mode":"return","links":[],"x":845,"y":440,"wires":[]},{"id":"bdb4c40cd7f14c5c","type":"link call","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","links":["b0b0b1cc6402b885"],"linkType":"static","timeout":"30","x":790,"y":600,"wires":[["d34d012438078d99"]]},{"id":"4212f15da37411bf","type":"link call","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","links":["b0b0b1cc6402b885"],"linkType":"static","timeout":"30","x":770,"y":1000,"wires":[["c3fa742677b122cd"]]},{"id":"ae13556a14c4d5e0","type":"change","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","rules":[{"t":"set","p":"filename","pt":"msg","to":"payload.name","tot":"msg","dc":true}],"action":"","property":"","from":"","to":"","reg":false,"x":550,"y":620,"wires":[["bdb4c40cd7f14c5c"]]},{"id":"c3fa742677b122cd","type":"link call","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","links":["c5bd0dd67fb08423"],"linkType":"static","timeout":"30","x":780,"y":1040,"wires":[["c90f2f0716ca32a4"]]},{"id":"c90f2f0716ca32a4","type":"link call","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","links":["0835a1bd4414ed6b"],"linkType":"static","timeout":"30","x":800,"y":1080,"wires":[["0b3ae8b8c325226b"]]},{"id":"0b3ae8b8c325226b","type":"link call","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","links":["583059fc882bbbd6"],"linkType":"static","timeout":"30","x":800,"y":1120,"wires":[["95933d344f0f1df5"]]},{"id":"d553462ef1f837ed","type":"switch","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","property":"ics_min_max","propertyType":"flow","rules":[{"t":"hask","v":"filename","vt":"msg"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":330,"y":980,"wires":[["3c8c8b3d3ca06486"],["230dae776177b413","4627a34538c48a9c"]]},{"id":"3c8c8b3d3ca06486","type":"function","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"is event in range?","func":"dayjs.extend(isBetween)\nconst now = dayjs()\n\n\n\nconst expand_start = now.startOf('day').add(-0,'day')\nconst expand_end =  now.endOf('day').add(1,'day')\n\nconst file = msg.filename\n\nlet ics_min_max = {}\nics_min_max = flow.get(\"ics_min_max\");\nconst first_start = ics_min_max[file][\"first_start\"]\nconst last_start = ics_min_max[file][\"last_start\"]\n\nif (expand_start.isBetween(first_start, last_start)) {\n    msg.expand_start = expand_start.toDate()\n    msg.expand_end = expand_end.toDate()\n    node.status({fill:\"green\",shape:\"dot\",text:\"events in range\"});\n    return msg;\n} else {\n    node.status({fill:\"yellow\",shape:\"dot\",text:\"No events in range\"});\n    return null;\n}\n","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"dayjs","module":"dayjs"},{"var":"isBetween","module":"dayjs/plugin/isBetween"}],"x":570,"y":940,"wires":[["4627a34538c48a9c"]]},{"id":"b04b36625dd720fa","type":"link in","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"link in 1","links":["230dae776177b413"],"x":635,"y":560,"wires":[["bdb4c40cd7f14c5c"]]},{"id":"230dae776177b413","type":"link out","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"link out 4","mode":"link","links":["b04b36625dd720fa"],"x":475,"y":1120,"wires":[]},{"id":"6e8ed55001e3e10a","type":"cronplus","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"","outputField":"payload","timeZone":"","storeName":"file","commandResponseMsgOutput":"output1","defaultLocation":"","defaultLocationType":"default","outputs":1,"options":[],"x":550,"y":2020,"wires":[["2cfe629cd5f91991"]]},{"id":"95933d344f0f1df5","type":"split","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","property":"events","x":1070,"y":1020,"wires":[["60312b966c49d4b5"]]},{"id":"60312b966c49d4b5","type":"function","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"build cronplus events","func":"const start = dayjs(msg.events.start).toISOString()\nconst end = dayjs(msg.events.end).toISOString()\nconst summary = msg.jcal.summary\nconst uid = msg.jcal.uid\nconst key_start = uid + \"+\" + msg.parts.index + \"+\" + \"start\"\nconst key_end = uid + \"+\" + msg.parts.index + \"+\" + \"end\"\nconst topic = msg.topic\n\n\nlet payloads_to_send = []\n\n\n\npayloads_to_send.push({\n    \"command\": \"add\",\n  \"name\": key_start,\n    \"expression\": start,\n    \"expressionType\": \"dates\",\n    \"payloadType\": \"num\",\n    \"payload\":1,\n    \"topic\": topic\n  })\n\npayloads_to_send.push({\n      \"command\": \"add\",\n    \"name\": key_end,\n    \"expression\": end,\n    \"expressionType\": \"dates\",\n    \"payloadType\": \"num\",\n    \"payload\": 0,\n    \"topic\": topic\n})\n\n\nreturn {payload:payloads_to_send};","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[{"var":"dayjs","module":"dayjs"}],"x":1120,"y":1060,"wires":[["8e84421d5dd16fb4"]]},{"id":"72cbeb46aaad36a9","type":"watch","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"calendar1","files":"/home/USER/.calendars/calendar1","recursive":false,"x":190,"y":1380,"wires":[["a177cafa60c58560"]]},{"id":"2ba497938f8d2cfd","type":"switch","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"","property":"event","propertyType":"msg","rules":[{"t":"eq","v":"update","vt":"str"},{"t":"eq","v":"remove","vt":"str"}],"checkall":"true","repair":false,"outputs":2,"x":860,"y":1380,"wires":[["cea91d871e18976a"],["014473e83e92bbe0"]]},{"id":"6a2c09132f454c08","type":"change","z":"ac9f0c3de341ca99","g":"e91a25526d7d540f","name":"","rules":[{"t":"set","p":"filestat","pt":"msg","to":"payload","tot":"msg","dc":true},{"t":"set","p":"filename","pt":"msg","to":"filestat.name","tot":"msg"},{"t":"set","p":"topic","pt":"msg","to":"calendar1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":590,"y":1300,"wires":[["cea91d871e18976a"]]},{"id":"505c3ec351fad17c","type":"cronplus","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","outputField":"payload","timeZone":"","storeName":"","commandResponseMsgOutput":"output1","defaultLocation":"","defaultLocationType":"default","outputs":1,"options":[{"name":"schedule1","topic":"topic1","payloadType":"default","payload":"","expressionType":"cron","expression":"0 0 0 * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":180,"y":620,"wires":[["d49bc29f3e005298"]]},{"id":"76bc40e02a235fd7","type":"link in","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"cron plus","links":[],"x":135,"y":2020,"wires":[["6e8ed55001e3e10a"]]},{"id":"52d268b482003a96","type":"link out","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"link out 6","mode":"return","links":[],"x":1075,"y":2020,"wires":[]},{"id":"8e84421d5dd16fb4","type":"link call","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"","links":["76bc40e02a235fd7"],"linkType":"static","timeout":"30","x":1220,"y":1100,"wires":[[]]},{"id":"51029b6c2001b8b4","type":"link call","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"","links":["76bc40e02a235fd7"],"linkType":"static","timeout":"30","x":440,"y":2280,"wires":[["4726842e9aa294fa"]]},{"id":"4726842e9aa294fa","type":"split","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"","splt":"\\n","spltType":"str","arraySplt":1,"arraySpltType":"len","stream":false,"addname":"","property":"payload.result","x":590,"y":2280,"wires":[["0a4edd4b19e8f0bf"]]},{"id":"0a4edd4b19e8f0bf","type":"switch","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"","property":"payload.result.name","propertyType":"msg","rules":[{"t":"cont","v":"uid_to_delete","vt":"msg"}],"checkall":"true","repair":false,"outputs":1,"x":770,"y":2280,"wires":[["b50f3231576a829f"]]},{"id":"b50f3231576a829f","type":"function","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"remove by name","func":"const name = msg.payload.result.name\n\nmsg.topic = \"remove\"\nmsg.payload =name\n\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":960,"y":2280,"wires":[["6af3be469bad640b"]]},{"id":"6af3be469bad640b","type":"link call","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"","links":["76bc40e02a235fd7"],"linkType":"static","timeout":"0","x":1140,"y":2280,"wires":[[]]},{"id":"5677bab48774d343","type":"comment","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"delete schedules from cron plus","info":"","x":250,"y":2220,"wires":[]},{"id":"2cfe629cd5f91991","type":"switch","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"","property":"cronplus","propertyType":"msg","rules":[{"t":"hask","v":"triggerTimestamp","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":720,"y":2020,"wires":[["1362897cc6a70aca"],["a6fb18be49736da2"]]},{"id":"df236c3ae08ae4cc","type":"link in","z":"ac9f0c3de341ca99","g":"67421f0ebb24eaa5","name":"handle cron plus trigger","links":["1362897cc6a70aca"],"x":165,"y":2540,"wires":[["8b8fc44084a9ecc7"]]},{"id":"1362897cc6a70aca","type":"link out","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"link out 7","mode":"link","links":["df236c3ae08ae4cc"],"x":835,"y":2000,"wires":[]},{"id":"24e5d83dee7a8704","type":"comment","z":"ac9f0c3de341ca99","g":"67421f0ebb24eaa5","name":"handle cron plus trigger per topic","info":"","x":270,"y":2480,"wires":[]},{"id":"0229e7315f98dad6","type":"debug","z":"ac9f0c3de341ca99","g":"67421f0ebb24eaa5","name":"debug 5","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":520,"y":2540,"wires":[]},{"id":"a6fb18be49736da2","type":"switch","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"","property":"_linkSource","propertyType":"msg","rules":[{"t":"nnull"}],"checkall":"true","repair":false,"outputs":1,"x":900,"y":2080,"wires":[["52d268b482003a96"]]},{"id":"5f566a50e0eadc94","type":"inject","z":"ac9f0c3de341ca99","g":"4584c6ae81da5773","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"trigger","payload":"dde4bdcf-cd7d-4da7-b453-27ec2ddd44f3+0+start","payloadType":"str","x":400,"y":2000,"wires":[["6e8ed55001e3e10a"]]},{"id":"8b8fc44084a9ecc7","type":"switch","z":"ac9f0c3de341ca99","g":"67421f0ebb24eaa5","name":"","property":"topic","propertyType":"msg","rules":[{"t":"eq","v":"calendar1","vt":"str"},{"t":"else"}],"checkall":"true","repair":false,"outputs":2,"x":290,"y":2540,"wires":[["0229e7315f98dad6"],[]]},{"id":"7767302d419fb671","type":"link out","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"link out 8","mode":"link","links":["bc4d4001e1cacff6"],"x":1205,"y":1340,"wires":[]},{"id":"bc4d4001e1cacff6","type":"link in","z":"ac9f0c3de341ca99","g":"4faf525c7d26d7ae","name":"link in 2","links":["7767302d419fb671"],"x":115,"y":980,"wires":[["c6593a06147bdb7f"]]},{"id":"014473e83e92bbe0","type":"link out","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"link out 9","mode":"link","links":["0f145fd7ced10d93"],"x":965,"y":1400,"wires":[]},{"id":"0f145fd7ced10d93","type":"link in","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"link in 3","links":["014473e83e92bbe0"],"x":135,"y":2280,"wires":[["0e4eb43e23973bbc"]]},{"id":"0e4eb43e23973bbc","type":"function","z":"ac9f0c3de341ca99","g":"be1961423b93c539","name":"export-all-dynamic","func":"const file = msg.file\nconst uid = file.split(\".\")[0]\nmsg.uid_to_delete = uid\nmsg.topic=\"export-all-dynamic\"\nreturn msg;","outputs":1,"timeout":0,"noerr":0,"initialize":"","finalize":"","libs":[],"x":260,"y":2280,"wires":[["51029b6c2001b8b4"]]},{"id":"a177cafa60c58560","type":"change","z":"ac9f0c3de341ca99","g":"e91a25526d7d540f","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"calendar1","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":590,"y":1380,"wires":[["2ba497938f8d2cfd"]]},{"id":"f95076c2e1d78950","type":"cronplus","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"","outputField":"payload","timeZone":"","storeName":"","commandResponseMsgOutput":"output1","defaultLocation":"","defaultLocationType":"default","outputs":1,"options":[{"name":"schedule1","topic":"topic1","payloadType":"default","payload":"","expressionType":"cron","expression":"0 1 0 * * *","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":170,"y":1300,"wires":[["b79b0d1ec699ecd3"]]},{"id":"5616f34ed9fa58a3","type":"catch","z":"ac9f0c3de341ca99","name":"","scope":["6af3be469bad640b","8e84421d5dd16fb4"],"uncaught":false,"x":1370,"y":60,"wires":[["e04c2ba957fa1466"]]},{"id":"e04c2ba957fa1466","type":"debug","z":"ac9f0c3de341ca99","name":"debug 1","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":"payload","statusType":"auto","x":1560,"y":60,"wires":[]},{"id":"94e41a2873c305d8","type":"comment","z":"ac9f0c3de341ca99","name":"File events per subfolder of ~/.calender","info":"","x":210,"y":1200,"wires":[]},{"id":"d49bc29f3e005298","type":"fs-file-lister","z":"ac9f0c3de341ca99","g":"42a561fc1b2ccc8d","name":"","start":"/home/USER/.calendars/","pattern":"*.ics","folders":"*","hidden":true,"lstype":"files","path":true,"single":false,"depth":"1","stat":true,"showWarnings":true,"x":360,"y":620,"wires":[["ae13556a14c4d5e0"]]},{"id":"b79b0d1ec699ecd3","type":"fs-file-lister","z":"ac9f0c3de341ca99","g":"8624195a830e3c95","name":"","start":"/home/USER/.calendars/calendar1","pattern":"*.ics","folders":"*","hidden":true,"lstype":"files","path":true,"single":false,"depth":"2","stat":true,"showWarnings":true,"x":330,"y":1300,"wires":[["6a2c09132f454c08"]]}]
2 Likes