eventcal icon indicating copy to clipboard operation
eventcal copied to clipboard

Filter to only include attending and maybe facebook events in ical and google calendar

Buy Me a Coffee at ko-fi.com

Facebook Event Filter

Filters and sanitizes your Facebook events into ical http://eventcal.flown.io

Facebook provides a way to export and sync all your events to a third party calendar application such as Google Calendar, Apple Calendar or Outlook. However they include events not yet responded to. This service can declutter your calendar by filtering out those events.

Deploy

To deploy this service to your own server, simply upload everything in the app folder. With rsync this would like something like this:

rsync -a --chown=www-data:www-data app/ [email protected]:/var/www/eventcal

Develop

The easiest way to start development is by using php's built in web server.

php -S localhost:8080 -t app

Contributions

Questions, feature requests, pull requests and bug reports are more than welcome!