wanasit / google-calendar

Google Calendar API connection in Node.js
MIT License
230 stars 54 forks source link

Fixing list example (undefined variable) #13

Closed shyba closed 10 years ago

shyba commented 10 years ago

I've found this undefined variable (google_calendar) while studying your examples. So, it is now using "gcal(accessToken)" from the outer function. Thanks for developing this node package.

wanasit commented 10 years ago

Merged! Thanks for catching the bug.