cronofy / cronofy-node

Node wrapper for the Cronofy API
https://docs.cronofy.com/developers
MIT License
49 stars 23 forks source link

Adding next_page option to freebusy #21

Closed jaredwindover closed 7 years ago

jaredwindover commented 7 years ago

FreeBusy also gets paginated https://www.cronofy.com/developers/api/#free-busy, so having a next_page option that functions the same way ReadEvents does is useful.

stephenbinns commented 7 years ago

Hi Jared this was implemented in https://github.com/cronofy/cronofy-node/pull/23 as we we're doing some major refactoring