larrybolt / online-ics-feed-viewer

Online ICS / iCal feed viewer
https://larrybolt.github.io/online-ics-feed-viewer/
MIT License
69 stars 24 forks source link

Fetch is blocked by CORS policy #15

Open GELight opened 1 year ago

GELight commented 1 year ago

Hi,

We try to use your calendar feed for a customer of us. This is his link to the ical data: https://www.kuk-ferienwohnungen.de/system/modules/fewomanager/FewoIcal.php?id=1192620e3176ff07502d

Generated link is:

https://larrybolt.github.io/online-ics-feed-viewer/#feed=https%3A//www.kuk-ferienwohnungen.de/system/modules/fewomanager/FewoIcal.php%3Fid%3D1192620e3176ff07502d&cors=true&title=My%20Feed&hideinput=false

Upload is possible, but automatic retrieval (fetch) is blocked by CORS policy.

Access to XMLHttpRequest at 'https://www.kuk-ferienwohnungen.de/system/modules/fewomanager/FewoIcal.php?id=1192620e3176ff07502d' from origin 'https://larrybolt.github.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

We try to use your calendar as iframe... Any ideas?

Best regards, Mario

lucasdepetrisd commented 1 year ago

I'm having the same issue. Did you manage to solve it?