wanasit / google-calendar

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

Support for freebusy.query #14

Closed dlai0001 closed 10 years ago

dlai0001 commented 10 years ago

The free/busy endpoint doesn't use typical query parameters. It uses the resquest body in json format.

https://developers.google.com/google-apps/calendar/v3/reference/freebusy/query

dlai0001 commented 10 years ago

sorry, didn't look at the source. see it now