Releases: laxmena/PyCalendly
Releases · laxmena/PyCalendly
PyCalendly v1.0
PyCalendly
Python package to use Calendly API-v2.
Installation
Install with pip
$ pip install PyCalendly
Usage
Getting Started
See Getting Started with Calendly API and get a Personal Access token.
from calendly import Calendly
api_key = "<Personal Access Token>"
calendly = Calendly(api_key)
Supported Methods:
Webhooks
create_webhook
- Create new Webhook subscriptionlist_webhooks
- List available Webhook subscriptionsdelete_webhook
- Delete a previously subscribed webhookget_webhook
- Get information about a specific webhook
User
about
- Basic information about the current user
Events
event_types
- Returns all event types associated with the eventget_event_type
- Get type associated with the specific eventlist_events
- Returns available list of eventsget_event_invitee
- Returns invitee information associated with the eventget_event_details
- Get information about the eventlist_event_invitees
- Get all invitees for a event