NodeRed calender event adapter
npm install node-red-contrib-ical-eventsThis Node RED module gets the events from an ical-URL, a caldav-server or from iCloud via kalender-events.
Please Note that:
* v1+ requires Node.js v12+ and recommends Node-RED v2.0.0+
For bug reports and feature requests, open issues. :bug:
I open-source almost everything I can, and I try to reply to everyone needing help using these projects. Obviously,
this takes time. You can integrate and use these projects in your applications _for free_! You can even change the source code and redistribute (even resell it).
Thank you to all my backers!
- fflorent
- Speeedy0815
- Ralf S.
- Enno L.
- Jürgen G.
- Mark MC G.
- Kay-Uwe M.
- Craig O.
- Manuel G.
However, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:
- Starring and sharing the projects you like :rocket:
- Crypto.com — Use my referral link https://crypto.com/app/f2smbah8fm to sign up for Crypto.com and we both get $25 USD :)
- ![PayPal][paypal-donations] — You can make one-time donations via PayPal. I'll probably buy a ~~coffee~~ tea. :tea:
-  — I'll buy a ~~tea~~ coffee. :coffee: :wink:
Thanks! :heart:
First of all install Node-RED
``sh~/.node-red
$ sudo npm install -g node-redThen open the user data directory
and install the package`
$ cd ~/.node-red
$ npm install node-red-contrib-ical-events
Or search for ical-events in the manage palette menu
Then run
``
node-red
Have an idea? Found a bug? See [how to contribute][contributing].
`sh``
git clone https://github.com/naimo84/node-red-contrib-ical-events.git
cd node-red-contrib-ical-events
npm install
gulp
cd ~/.node-red
npm install /path/to/node-red-contrib-ical-events
- The whole module is inspired by ioBroker's adapter https://github.com/iobroker-community-adapters/ioBroker.ical. Many many thanks folks ;)
[paypal-donations]: https://paypal.me/NeumannBenjamin
[contributing]: /CONTRIBUTING.md