The get_calendar_events() method takes in a num for number of retrieved responses. The resulting response provides a hasMore boolean that indicates there's more to be retrieved (at least that's how I interpret it). Making subsequent calls with the same num value yields the same data. How would one paginate through the responses if there's no flag on the method?
The get_calendar_events() method takes in a num for number of retrieved responses. The resulting response provides a hasMore boolean that indicates there's more to be retrieved (at least that's how I interpret it). Making subsequent calls with the same num value yields the same data. How would one paginate through the responses if there's no flag on the method?