Skip to content

Instantly share code, notes, and snippets.

View archipoeta's full-sized avatar

Archpoet archipoeta

  • Los Angeles, CA, USA
View GitHub Profile

Keybase proof

I hereby claim:

  • I am archipoeta on github.
  • I am archpoet (https://keybase.io/archpoet) on keybase.
  • I have a public key ASA12ceyD7gQWmJRbBF3LUXY3DHcw4j-6TdVDdUO2cdf1Qo

To claim this, I am signing this object:

@archipoeta
archipoeta / event_parser.php
Created July 22, 2015 03:48
PHPBB Forum Topic to Google Calendar Event Parser
<?php
// by Archpoet
set_include_path(get_include_path() . PATH_SEPARATOR . './google-api-php-client/src');
require 'google-api-php-client/src/Google/autoload.php';
define('APPLICATION_NAME', 'Torch Events Parser');
define('CREDENTIALS_PATH', '~/.credentials/torch-events.json');
define('CLIENT_SECRET_PATH', '../client_secret_961515209467.json');