Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxblome committed Feb 5, 2020
1 parent a94138f commit 9aa424d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9aa424d

Please sign in to comment.