wanasit / google-calendar

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

bugfix: Calendar Insert #8

Closed cggaurav closed 10 years ago

cggaurav commented 10 years ago

Insert Calendar needs a body as of https://developers.google.com/google-apps/calendar/v3/reference/calendars/insert#examples | I tested it by creating a calendar.

wanasit commented 10 years ago

Thanks for sending back me the improvement. But I think it should be

this.request('POST', '/calendars',  option, {}, calendar, callback);
//Not this.request('POST', '/calendars',  option, calendar, option, callback);

Could you please check my latest commit again?

cggaurav commented 10 years ago

Yup, can you push this to NPM?

wanasit commented 10 years ago

Oh, sorry. I completely forgot NPM.