iobroker.birthdays
Version:
Use an ical file to import your contacts birthdays
96 lines (63 loc) β’ 4 kB
Markdown

# ioBroker.birthdays
[](https://www.npmjs.com/package/iobroker.birthdays)
[](https://www.npmjs.com/package/iobroker.birthdays)








## Versions



Use an ical file to import your contacts birthdays or define the birthday dates directly in the adapter settings
## Sponsored by
[](https://haus-automatisierung.com/iobroker-kurs/?refid=iobroker-birthdays)
## Installation
Please use the "adapter list" in ioBroker to install a stable version of this adapter. You can also use the CLI to install this adapter:
```
iobroker add birthdays
```
## Documentation
[πΊπΈ Documentation](./docs/en/README.md)
[π©πͺ Dokumentation](./docs/de/README.md)
## Changelog
<!--
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 6.1.0 (2026-05-28)
* (@klein0r) Increased axios timeout to 30 seconds (for large files)
### 6.0.1 (2026-05-19)
* (@klein0r) admin 7.6.20 and js-controller 6.0.11 (or later) are required
### 6.0.0 (2026-05-05)
* (copilot) Adapter requires node.js >= 22 now
* (@klein0r) Updated dependencies
### 5.0.0 (2025-10-30)
* (@klein0r) Added option to use manually uploaded ical files
* (@klein0r) admin 7.6.17 and js-controller 6.0.11 (or later) are required
### 4.0.0 (2025-03-06)
NodeJS >= 20.x and js-controller >= 6 is required
* (@klein0r) Replace webcal url with http (for iCloud)
## License
The MIT License (MIT)
Copyright (c) 2026 Matthias Kleine <info@haus-automatisierung.com>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.