@calcom/api: Public API for Cal.com

Number of APIs: 87

  1. booking-references - Find all booking references GET {{baseUrl}}/booking-references

  2. booking-references-{id} - Edit an existing booking reference PATCH {{baseUrl}}/booking-references/:id

  3. event-types-{id} - Remove an existing eventType DELETE {{baseUrl}}/event-types/:id

  4. booking-references-{id} - Remove an existing booking reference DELETE {{baseUrl}}/booking-references/:id

  5. availabilities - Creates a new availability POST {{baseUrl}}/availabilities

  6. availability - Get User Availabilty GET {{baseUrl}}/availability?username=tim&dateFrom=2023-01-01&dateTo=2023-02-01&eventTypeId=13660

  7. availability - Get Team Availability GET {{baseUrl}}/teams/:teamId/availability?dateFrom=2022-06-16&dateTo=2022-06-17

  8. slots - Get Team Available Slots GET {{baseUrl}}/slots?eventTypeId=18&startTime={{start_of_month}}&endTime={{end_of_month}}&timeZone=America/Mazatlan

  9. booking-references-{id} - Find a booking reference GET {{baseUrl}}/booking-references/:id

  10. api-keys-{id} - Find an API key GET {{baseUrl}}/api-keys/:id