PhpDev.App
simonbengtsson/eventcal

simonbengtsson/eventcal

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

http://eventcal.flown.io

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 be something like this:

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

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!

RELEASES

See all