naimo84 / node-red-contrib-ical-events

Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node RED ical events

This Node RED module gets the events from an ical-URL, a caldav-server or from iCloud via kalender-events. kalender-events

Please Note that:

  • v1+ requires Node.js v12+ and recommends Node-RED v2.0.0+

โ“ Get Help

For bug reports and feature requests, open issues. ๐Ÿ›

๐Ÿ“ Documentation


๐Ÿ’– 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:

  • Starring and sharing the projects you like ๐Ÿš€

  • Crypto.๏ปฟcom  โ€”  Use my referral link https://crypto.com/app/f2smbah8fm to sign up for Crypto.๏ปฟcom and we both get $25 USD :)

  • PayPal   โ€”   You can make one-time donations via PayPal. I'll probably buy a coffee tea. ๐Ÿต

  • ko-fi  โ€”  I'll buy a tea coffee. โ˜• ๐Ÿ˜‰

Thanks! โค๏ธ

โ˜๏ธ 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

๐Ÿ˜‹ 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

๐Ÿ› How to debug


๐Ÿ“œ Credits

About

Node-RED module to get events from a iCal Calender (Google e.g.), icloud or Caldav Server via kalender-events

License:MIT License


Languages

Language:TypeScript 59.6%Language:HTML 34.7%Language:JavaScript 5.7%