Home

Awesome

Node RED ical events

This Node RED module gets the events from an ical-URL, a caldav-server or from iCloud via kalender-events. <a href="https://github.com/naimo84/kalender-events"><img src="https://github.com/naimo84/kalender-events/blob/master/docs/logo.png" align="right" width="200" alt="kalender-events"></a>

Please Note that:

:question: Get Help

For bug reports and feature requests, open issues. :bug:

:memo: Documentation

<a href="https://naimo84.github.io/kalender-events" target="_blank"> <img src="https://img.shields.io/badge/doku-naimo84.github.io-0078D6?style=for-the-badge&logo=github&logoColor=white"/> </a> <br>

:sparkling_heart: Support my projects

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!

People

Become a backer

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:

Thanks! :heart:

:cloud: Installation

First of all install Node-RED

$ sudo npm install -g node-red
# Then open  the user data directory  `~/.node-red`  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
<img src="https://img.shields.io/npm/dy/node-red-contrib-ical-events?style=for-the-badge"/>

:yum: How to contribute

Have an idea? Found a bug? See how to contribute.

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

:bug: How to debug

<a href="https://naimo84.github.io/kalender-events/guide/debug.html" target="_blank"> <img src="https://img.shields.io/badge/DEBUG-naimo84.github.io-0078D6?style=for-the-badge&logo=github&logoColor=white"/> </a> <br>

:scroll: Credits