Version information

About the project

Not too long ago I deactivated my Facebook account. While I do not miss the social network very much, plenty of local events are only announced on Facebook.

To my surprise, I found out that the company discontinued the ability to export events to iCal files. This app aims at enabling you to do just that. It only works with public events. Unfortunately I haven't had the time to enable you to export your own events (but it's definitely possible).

I tried to keep the code and build as simple as I could. It does not have fancy build pipeline, code coverage or typing system, not even design (yeah you probably noticed that, right?)

How it works?

The backend service does not use Facebook API which means that I'm basically scraping the page source. This means:

Works offline

The site is actually Progressive Web App which means it can run offline. You still need connection to download *.ics files but you'll be able to see list of already downloaded files. The use case for this is to have a place where you might want to store the events separately (you might not want to put them to your calendar). The downloaded data is local-only which means it does not sync in any way. I do not plan on adding user accounts as I want to keep the app very simple.

No JavaScript

This is not a feature really, just a stupid switch because I wanted to see how the app would behave without JS. I just left it there because why not ;)

Bugs & Features

If you want to let me know about any problems or improvements, you can contact me via my website, or even better create an issue on Github (link are on the main page in the footer).

Close