KoljaWindeler / ics

Integration that displays the next event of an ics link (support reoccuring events)
51 stars 12 forks source link

failure (-999) #17

Closed felixbro closed 3 years ago

felixbro commented 3 years ago

Hello, i get a "failure (-999)" in my lovelace-card and cant find a solution. its a local ics file and there are dates in the future.

can anybody help?

KoljaWindeler commented 3 years ago

are you using file:///confiig/... or http://yourip:8123/local/file ? The external link has more issues, so the file:///config/www/myfile.ics works better .. and faster .. can you try that? Also can you provide more info, like where do you store the file .. is that folder in the allowed directory list of homeassistant etc? Thanks, Kolja

felixbro commented 3 years ago

I didn't know that you have to put three / after file:. the path is now: file:///config/www/mycalender.ics. I had read it in the Configuration options, but for some reason thought it was a typo. now everything works.

Thank you.