PyCalendly
PyCalendly copied to clipboard
Add missing parameters to `list_event_invitees`
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 possible, but I noticed that some lines get pretty long, and also that there are trailing spaces. You might want to look into some Python linters/formatters (flake8, black, pylint, etc.) and/or EditorConfig :slightly_smiling_face: