PyCalendly
PyCalendly copied to clipboard
Python package for Calendly API v2
Hi I have the PAK from Calendly and I am trying to work out where to put it. The name of the file would be helpful. I forked it and...
Renamed from requests.py to api.py to avoid name ambiguity with the requests package Moved exceptions to a separate file to avoid future circular references Modified CalendlyReq to raise CalendlyException exception...
Thanks for making this library! While working on #5 I noticed that the [version in `setup.py` is 0.0.1](https://github.com/laxmena/PyCalendly/blob/dd5a4ce62c827047e9fa79d6ab3278b3d2c3d256/setup.py#L11), and also that [1.0.0 and 0.0.1 look like they were published on...
I noticed some available query parameters in the API documentation that weren't available in this library. source: https://developer.calendly.com/api-docs/eb8ee72701f99-list-event-invitees ****** BTW, I tried to follow the existing style as much as...
Thanks for making this! Currently, installing this library installs pytest, which I would like to avoid installing on production. Can there be a requirements.txt for runtime requirements and a requirements-dev.txt...
CalendlyAPI : https://developer.calendly.com/api-docs/b3A6NTkxNDEy-list-events ``` max_start_time string Include events with start times prior to this time (sample time format: "2020-01-02T03:04:05.678Z"). This time should use the UTC timezone. Examples: 2020-01-02T12:30:00Z min_start_time string...