iobroker-community-adapters / ioBroker.ical

Read information from google calender and from iCal files into ioBroker.
MIT License
44 stars 32 forks source link

Requirements at io-package.json should be updated #545

Open mcm1957 opened 1 year ago

mcm1957 commented 1 year ago

Ical states the following dependencies:

"dependencies": [
            {
                "js-controller": ">=2.0.0"
            }
        ],
        "globalDependencies": [
            {
                "admin": ">=5.3.2"
            }

BUT according to this issus https://github.com/ioBroker/ioBroker.admin/issues/1945 it seems to need newer admin or js-controller versions.

ical 1.13.2 works fine here with admin v6 and JS-Controller v4.
You should probably update your system than downgrading an adapter.
Feuer-sturm commented 1 year ago

No activity yet