Python SDK for the calendly API Generated by Speakeasy
Project description
calendly
SDK Installation
pip install calendly-py
SDK Example Usage
import calendly
from calendly.models import operations, shared
s = calendly.Calendly(
security=shared.Security(
oauth2="Bearer YOUR_ACCESS_TOKEN_HERE",
),
)
req = operations.ListScheduledEventsRequest(
count=5488.14,
invitee_email="alice@example.com",
max_start_time="provident",
min_start_time="distinctio",
organization="https://api.calendly.com/organizations/EBHAAFHDCAEQTSEZ",
page_token="quibusdam",
sort="unde",
status="canceled",
user="https://api.calendly.com/users/EBHAAFHDCAEQTSEZ",
)
res = s.scheduled_events.list(req)
if res.scheduled_events_response is not None:
# handle response
Available Resources and Operations
activity_log
list- List activity log entries
availability
get- Get User Availability Scheduleget_availability- List User Availability Schedulesget_busy_times- List User Busy Times
data_compliance
create_deletion_event- Delete Scheduled Event Datadelete_invitee_data- Delete Invitee Data
event_types
get- Get Event Typeget_available_times- List Event Type Available Timeslist- List User's Event Types
organizations
delete_memberships- Remove User from Organizationget_invitations- Get Organization Invitationinvite_user- Invite User to Organizationlist_invitations- List Organization Invitationslist_memberships- List Organization Membershipsrevoke_invite- Revoke User's Organization Invitation
routing_forms
get_submissions- List Routing Form Submissionsget_submissions_by_uuid- Get Routing Form Submissionget_by_uuid- Get Routing Formlist- List Routing Forms
scheduled_events
cancel- Cancel Eventcreate_no_show- Create Invitee No Showget_event_by_uuid- Get Eventget_invitees- List Event Inviteesget_invitees_by_uuid- Get Event Inviteeget_no_show- Get Invitee No Showlist- List Eventsunmark_no_show- Delete Invitee No Show
scheduling_links
create- Create Single-Use Scheduling Link
shares
create- Create Share
users
get- Get userget_memberships- Get Organization Membershipme- Get current user
webhooks
create- Create Webhook Subscriptiondelete- Delete Webhook Subscriptionget- Get Webhook Subscriptionlist- List Webhook Subscriptions
SDK Generated by Speakeasy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
calendly-py-0.0.2.tar.gz
(47.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
calendly_py-0.0.2-py3-none-any.whl
(108.7 kB
view details)
File details
Details for the file calendly-py-0.0.2.tar.gz.
File metadata
- Download URL: calendly-py-0.0.2.tar.gz
- Upload date:
- Size: 47.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed04f4c76123a9b1030af733ecfd5e7118a4f7312a4ccfc94a250ef596e212bd
|
|
| MD5 |
0fe6dcc4bda47ab0f9bca4a09ae69c7c
|
|
| BLAKE2b-256 |
4702da6fda0ac23be99bdacf95a0f7511cf55cb49de6f309be2ebb1d0760110b
|
File details
Details for the file calendly_py-0.0.2-py3-none-any.whl.
File metadata
- Download URL: calendly_py-0.0.2-py3-none-any.whl
- Upload date:
- Size: 108.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f0132353ae5174a4937766e1678dd7f12c48afeef715561b3e25f5169241eba
|
|
| MD5 |
369ce5ce6bfb2aa5b64212d9c14a770b
|
|
| BLAKE2b-256 |
fcfae2d0caa4f4657df4bb8cb196e2bd45d46930b36de4696d08a346bad6abef
|