Skip to content

simonbengtsson/eventcal

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
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/ username@example.com:/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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published