Application to synchronize events from Facebook to Google
Description
Using this application, one can copy or synchronize all events from Facebook to Google. In the demo version, application just fetches events data(name, description, id) from Facebook.
Get and save somewhere safe, your Facebook user access token https://developers.facebook.com/tools/explorer . Remember that token has limited period of usage, so don't forget to update it. (A TEMPORARY SOLUTION FOR DEMO VERSION)
Copy repository in your GOPATH, cd to the working directory and build the project by using go tool: go build
Run an executable file with -token <fb_access_token> parameter and (optional) -group <group_id>.