All Projects → naimo84 → node-red-contrib-ical-events

naimo84 / node-red-contrib-ical-events

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

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-red-contrib-ical-events

noderedexamples
Node-Red-Beispiele zu c't-Artikeln / Examples for node-red used in our articles.
Stars: ✭ 16 (-57.89%)
Mutual labels:  node-red, nodered
tsdav
WebDAV, CALDAV, and CARDDAV client for Nodejs and the Browser
Stars: ✭ 33 (-13.16%)
Mutual labels:  caldav, ical
node-red-contrib-mssql-plus
A Node-RED node to read and write to Microsoft MS SQL Databases
Stars: ✭ 22 (-42.11%)
Mutual labels:  node-red, nodered
awesome-nodered
A collection of interesting nodes and resources for Node-RED
Stars: ✭ 316 (+731.58%)
Mutual labels:  node-red, nodered
theme-collection
A collection of themes for Node-RED
Stars: ✭ 43 (+13.16%)
Mutual labels:  node-red, nodered
icalparser
Simple ical parser for PHP
Stars: ✭ 56 (+47.37%)
Mutual labels:  ical
rrule
🔁 Recurrence rule parsing & calculation as defined in the iCalendar RFC
Stars: ✭ 31 (-18.42%)
Mutual labels:  ical
ADE-Scheduler
A webapp for UCLouvain's ADE scheduling tool.
Stars: ✭ 22 (-42.11%)
Mutual labels:  ical
ChinaPublicCalendar
搜集各种公共事件,包括假日、国际节日、传统节日、节气和电影上映时间等公共日历以 Calendar(RFC5545) 文件格式提供。
Stars: ✭ 58 (+52.63%)
Mutual labels:  ical
detect-timeseriesdata-change
WARNING: This repository is no longer maintained ⚠️ This repository will not be updated. The repository will be kept available in read-only mode.
Stars: ✭ 21 (-44.74%)
Mutual labels:  node-red
in24hrs
Discover how every solution in some way related to the IoT needs a platform and how to create that platform. This book is about being agile and reducing time to market without breaking the bank. It is about designing something that you can scale incrementally without having to do a lot of rework and potentially disrupting your current state of t…
Stars: ✭ 26 (-31.58%)
Mutual labels:  node-red
node-red-contrib-bosch-shc
Bosch Smart Home Controller (SHC) nodes for Node-Red
Stars: ✭ 15 (-60.53%)
Mutual labels:  node-red
node-red-contrib-yandex-station-management
Модуль node-red-contrib-yandex-station-management для управления умными колонками от Яндекс
Stars: ✭ 20 (-47.37%)
Mutual labels:  node-red
node-red-dashboard-login
Node-RED-Dashboard Example with Sign In (Log In) Form, Session Management
Stars: ✭ 43 (+13.16%)
Mutual labels:  node-red
node-red-node-typescript-starter
🏁 Quick-start template repository for creating new Node-RED node sets in TypeScript.
Stars: ✭ 64 (+68.42%)
Mutual labels:  node-red
ioBroker.node-red
Instantiate the server with node-red
Stars: ✭ 50 (+31.58%)
Mutual labels:  node-red
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (-5.26%)
Mutual labels:  ical
docker-iot-dashboard
A complete IoT server for LoRaWAN IoT projects: node-red + influxdb + grafana + ssl + let's encrypt using docker-compose.
Stars: ✭ 79 (+107.89%)
Mutual labels:  node-red
node-red-bluemix-nodes
A collection of node-red nodes for the IBM Bluemix platform
Stars: ✭ 32 (-15.79%)
Mutual labels:  node-red
node-red-contrib-whatsappbot
Whatsapp Bot 🤖 for Node-Red
Stars: ✭ 37 (-2.63%)
Mutual labels:  node-red

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].