PyCalendly icon indicating copy to clipboard operation
PyCalendly copied to clipboard

Add missing parameters to `list_event_invitees`

Open spenserblack opened this issue 3 years ago • 0 comments

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:

spenserblack avatar Oct 28 '22 16:10 spenserblack