• Stars
    star
    209
  • Rank 188,325 (Top 4 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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!