jjorissen52 / python-qgenda

Simple Python API for QGenda
Apache License 2.0
3 stars 3 forks source link

get_schedule doesn't return all schedules between start_date and end_date #5

Closed rybad80 closed 4 years ago

rybad80 commented 4 years ago

when passing client.get_schedule(start_date='2019-07-01',end_date='2020-01-01', odata_kwargs=odata_kwargs) the schedules that are returned start in July 2019, however the last one returned is from around the middle of October. Are the number of records or time frame being truncated or are they being called incorrectly?

rybad80 commented 4 years ago

per the API documentation, I saw that 100 days is the max that can be returned.