Stars: 208
Forks: 9
Pull Requests: 9
Issues: 37
Watchers: 12
Last Updated: 2023-08-16 09:12:36
Filter to only include attending and maybe facebook events in ical and google calendar
License: MIT License
Languages: PHP, CSS, JavaScript, HTML
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.
To deploy this service to your own server, simply upload everything in the app
folder. With rsync
this would be something like this:
rsync -a --chown=www-data:www-data app/ [email protected]:/var/www/eventcal.flown.io
The easiest way to start development is by using php's built in web server.
php -S localhost:8080 -t app
Questions, feature requests, pull requests and bug reports are more than welcome!