Skip to content

Sideko-Inc/calcom_py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cal.com API v2 Python SDK

Synchronous Client

from calcom_py import Client
from os import getenv

client = Client(api_key=getenv("API_TOKEN"))

Asynchronous Client

from calcom_py import AsyncClient
from os import getenv

client = AsyncClient(api_key=getenv("API_TOKEN"))

Module Documentation and Snippets

  • cancel - Cancel a booking
  • confirm - Confirm booking that requires a confirmation
  • create - Create a booking
  • decline - Decline booking that requires a confirmation
  • get - Get a booking
  • list - Get all bookings
  • mark_absent - Mark a booking absence
  • reassign - Automatically reassign booking to a new host
  • reassign_to_user - Reassign a booking to a specific user
  • reschedule - Reschedule a booking
  • list - Get 'Add to Calendar' links for a booking
  • check - Check a calendar connection
  • connect - Get oAuth connect URL
  • disconnect - Disconnect a calendar
  • get_busy - Get busy times
  • list - Get all calendars
  • save - Save an oAuth calendar credentials
  • check - Check an ICS feed
  • save - Save an ICS feed
  • connect - Connect your conferencing application
  • default - Set your default conferencing application
  • disconnect - Disconnect your conferencing application
  • list - List your conferencing applications
  • list_1 - Get your default conferencing application
  • auth_url - Get OAuth conferencing app auth url
  • callback - conferencing apps oauths callback
  • update - Update destination calendars
  • create - Create an event type
  • delete - Delete an event type
  • get - Get an event type
  • list - Get all event types
  • patch - Update an event type
  • get - Get my profile
  • patch - Update my profile
  • refresh - Refresh managed user tokens
  • create - POST /v2/oauth-clients
  • delete - DELETE /v2/oauth-clients/{clientId}
  • get - GET /v2/oauth-clients/{clientId}
  • list - GET /v2/oauth-clients
  • patch - PATCH /v2/oauth-clients/{clientId}
  • list - GET /v2/oauth-clients/{clientId}/managed-users
  • create - Create a managed user
  • delete - Delete a managed user
  • get - Get a managed user
  • list - Get all managed users
  • patch - Update a managed user
  • create - Force refresh tokens
  • create - Create an organization within an organization
  • delete - Delete an organization within an organization
  • get - Get an organization within an organization
  • list - Get all organizations within an organization
  • patch - Update an organization within an organization
  • create - Create an attribute
  • delete - Delete an attribute
  • get - Get an attribute
  • list - Get all attributes
  • patch - Update an attribute
  • create - Create an attribute option
  • create_to_user - Assign an attribute to a user
  • delete - Delete an attribute option
  • delete_from_user - Unassign an attribute from a user
  • get - Get all attribute options for a user
  • list - Get all attribute options
  • patch - Update an attribute option
  • create - Save delegation credentials for your organization.
  • patch - Update delegation credentials of your organization.
  • create - Create a membership
  • delete - Delete a membership
  • get - Get a membership
  • list - Get all memberships
  • patch - Update a membership
  • get - Get all OOO entries of org users
  • list - Get all schedules
  • list - Get organization team bookings
  • get - Get teams membership for user
  • create - Create a membership
  • delete - Delete a membership
  • get - Get a membership
  • list - Get all memberships
  • patch - Update a membership
  • list - Get routing form responses
  • list - Get schedules of a team member
  • create - Create an ooo entry for user
  • delete - Delete ooo entry of a user
  • list - Get all ooo entries of a user
  • patch - Update ooo entry of a user
  • create - Create a schedule
  • delete - Delete a schedule
  • get - Get a schedule
  • list - Get all schedules
  • patch - Update a schedule
  • create - Create a webhook
  • delete - Delete a webhook
  • get - Get a webhook
  • list - Get all webhooks
  • patch - Update a webhook
  • create - Create a schedule
  • delete - Delete a schedule
  • get - Get a schedule
  • list - Get all schedules
  • patch - Update a schedule
  • list - Get default schedule
  • create - Add a selected calendar
  • delete - Delete a selected calendar
  • list - Find out when is an event type ready to be booked.
  • create - Reserve a slot
  • delete - DELETE /v2/slots/reservations/{uid}
  • get - Get reserved slot
  • patch - Updated reserved a slot
  • save - Save stripe credentials
  • check - Check stripe connection
  • get - Check team stripe connection
  • create - Create an event type
  • delete - Delete a team event type
  • get - Get an event type
  • list - Get a team event type
  • patch - Update a team event type
  • create - Create a phone call
  • create - Create a membership
  • delete - Delete a membership
  • get - Get a membership
  • list - Get all memberships
  • patch - Create a membership
  • list - Get all timezones
  • create - Create a webhook
  • delete - Delete a webhook
  • get - Get a webhook
  • list - Get all webooks
  • patch - Update a webhook

About

CalCom Python SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages