From 9aa424d28cbe3506f19c136370314fc72baffc1c Mon Sep 17 00:00:00 2001 From: WLAN-Kabel Date: Wed, 5 Feb 2020 22:31:41 +0100 Subject: [PATCH] Version 1.1.0 --- README.md | 14 ++++++++++++-- io-package.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3a1ad87..8527b07 100644 --- a/README.md +++ b/README.md @@ -53,14 +53,24 @@ Create the client id and copy the displayed client ID and the client secret. Go to the adapter config an add the client ID and the client secret. -## Caldav Calendar (Tested with Nextcloud) +## Caldav Calendar (Tested with Nextcloud, Web.de and Mail.de) -You can add yout caldav calendar in the adapter config. +You can add your caldav calendar in the adapter config. Enter your access data and the host name in the config. +## iCal File Calendar + +You can add your ical calendar in the adapter config. + +Enter the file path on the CalDav tab in the hostname field. + ## Changelog +### 1.1.0 (2020-02-05) +* (WLAN-Kabel) Caldav support expanded +* (WLAN-Kabel) iCal file support added + ### 1.0.1 (2020-01-11) * (WLAN-Kabel) Missing dependency added diff --git a/io-package.json b/io-package.json index 6465d8e..6c94f56 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,20 @@ { "common": { "name": "calendar", - "version": "1.0.1", + "version": "1.1.0", "news": { + "1.1.0": { + "en": "Caldav support expanded\niCal file support added", + "de": "Die Unterstützung von Caldav wurde erweitert\nUnterstützung für iCal-Dateien hinzugefügt", + "ru": "Поддержка Caldav расширена\nдобавлена поддержка файлов iCal", + "pt": "Suporte Caldav expandido\nSuporte ao arquivo iCal adicionado", + "nl": "Caldav-ondersteuning uitgebreid\nOndersteuning voor iCal-bestanden toegevoegd", + "fr": "Prise en charge de Caldav étendue\nAjout de la prise en charge des fichiers iCal", + "it": "Supporto Caldav ampliato\nAggiunto supporto file iCal", + "es": "Soporte Caldav expandido\nSoporte de archivos iCal agregado", + "pl": "Obsługa Caldav została rozszerzona\nDodano obsługę plików iCal", + "zh-cn": "卡尔达夫支持扩大\n添加了iCal文件支持" + }, "1.0.1": { "en": "Missing dependency added", "de": "Fehlende Abhängigkeit hinzugefügt", diff --git a/package.json b/package.json index 1fe800c..ec146c3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "iobroker.calendar", "version": "1.1.0", - "description": "Connect to google and caldav calendar", + "description": "Connect to google, caldav and ical calendar", "author": { "name": "WLAN-Kabel", "email": "wlan-kabel@outlook.de"