calendly-python
calendly-python copied to clipboard
'Calendly' object has no attribute 'events'
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())`