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 CalendlyAPI
api_key = "<Personal Access Token>"
calendly = CalendlyAPI(api_key)
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
Oauth2
Getting started with Calendly Oauth2 API .
from calendly import CalendlyOauth2
client_id = "<client_id>"
client_secret = "<client_secret>"
redirect_uri = "<redirect_uri>"
oauth2 = CalendlyOauth2(
client_id,
client_secret,
redirect_uri
)
Methods
authorization_url- Returns the formatted authorization URLget_access_token- Send a request to obtain the given access tokenrevoke_access_token- Send a request to revoke the given access tokenrefresh_access_token- Send a request to refresh the given access tokenintrospect_access_token- Send a request to bring details about the given access token
Issues
Feel free to submit issues and enhancement requests.
Contributing
In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes NOTE: Be sure to merge the latest from "upstream" before making a pull request!
Licensing
MIT License
Copyright (c) 2021 laxmena
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Citations:
Following modules are used as reference to build this package
Release files for PyCalendly 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pycalendly-1.1.0.tar.gz | 8.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pycalendly-1.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.0 kB
Release files / pycalendly-1.1.0.tar.gz
| Download URL | pycalendly-1.1.0.tar.gz |
|---|---|
| Size | 8.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d26a61f2e0726fceeb457b10dab7dea2b637c0c370d4ea8875d090a6dc84988e
|
|
BLAKE2b-256 checksum How to use checksums |
47eece66437a2c2619ebc85a57e6eb5768692a53365f2c693a4c9a4b696fe470
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 28, 2026.
Transparency logRelease files / pycalendly-1.1.0-py3-none-any.whl
| Download URL | pycalendly-1.1.0-py3-none-any.whl |
|---|---|
| Size | 10.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6c94456138defcdf87bafe366e0908846e449b624c9bbe93fc53eb77ba5dbd5a
|
|
BLAKE2b-256 checksum How to use checksums |
3bc4cd27a486ff06bfdfb961f31cdbf9f206e34df92a2788d5dbac738e185967
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Mar 28, 2026.
Transparency log