calendly-python icon indicating copy to clipboard operation
calendly-python copied to clipboard

'Calendly' object has no attribute 'events'

Open faaizazizpf opened this issue 3 years ago • 0 comments

I want to fetch the info regarding events. invitees name email and scheduled time for meeting. I am getting error that there is no attribute 'events'. My code ` from calendly import Calendly calendly = Calendly(api_key)

print(calendly.echo()) print(calendly.events())`

faaizazizpf avatar Sep 06 '22 10:09 faaizazizpf