simonbengtsson / eventcal

Filter to only include attending and maybe facebook events in ical and google calendar
http://eventcal.flown.io
MIT License
211 stars 8 forks source link

Utility does not work anymore #42

Closed arxeiss closed 1 year ago

arxeiss commented 2 years ago

I noticed events are not shown in Google Calendar anymore. If I put into Google Calendar link from FB directly, it works. But when I put there link from eventcal, nothing works.

I would like to debug it, however I don't know how. Because I cannot fetch webcal:// schema and if I replace it with http or https it download the index page.

simonbengtsson commented 2 years ago

Interesting! That you get the index page when changing to http or https could be the issue in itself since this utility only sends a normal GET request to facebook similar to when you go to the https/http url.

arxeiss commented 2 years ago

I'm not sure you are doing something. Or I did it differently before. But now if I take generated link from eventcal and I change webcal:// to https:// it redirects me to Facebook and I see this:

image

P.S. The Facebook is in Dutch, but I'm not from Netherlands

simonbengtsson commented 1 year ago

Rewrote service in nodejs and moved to google as hosting provider so should work now! If not let me know.

simonbengtsson commented 1 year ago

Rewrote service in nodejs and moved to google as hosting provider so should work now! If not let me know.

arxeiss commented 1 year ago

Thanks, I removed my Facebook account meanwhile :laughing: cannot test anymore