Skip to content

Instantly share code, notes, and snippets.

@asteriusj
Created November 28, 2013 22:05
Show Gist options
  • Save asteriusj/7698719 to your computer and use it in GitHub Desktop.
Save asteriusj/7698719 to your computer and use it in GitHub Desktop.
Requiring googleapis calendar
var googleapis = require('googleapis');
googleapis.discover('calendar', 'v3').execute(function(err, client) {
// authenticate and make requests here
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment