franc6 / ics_calendar

Provides an ICS (icalendar) platform for the Home Assistant calendar
Apache License 2.0
128 stars 19 forks source link

url ending with ics #116

Open planet4 opened 5 months ago

planet4 commented 5 months ago

I am using ics calendar to get my kids soccer calender into HA. Has been working great so far. Now they changed provider and the old link that were like webcal://cal.laget.se/MolnlyckeIF.ics has now been changed to webcal://cal.sportadmin.se/?id=54471&v=a.

Both url works in Google and in ICS calader validator but it seems like this add on must have an ending with .ICS. Is there anyway of integrating the new url somehow?

franc6 commented 5 months ago

There’s no such requirement on URLs. It’s likely that something else changed at the same time, or that the configuration isn’t read properly. Please check the logs for the actual error message and post that here. That will probably explain what’s wrong better. Thanks!

BenJamesAndo commented 5 months ago

I had a similar problem. Replacing webcal:// with https:// fixed it for me.