Scheduling

Calendly

standard

Calendly is an reliable scheduling provider offering Booking Management, Availability Management, Scheduling Webhooks through Aweb's unified API. It features none streaming support with premium-tier latency.

Try CalendlyOfficial docs

Specifications

CategoryScheduling
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tierstandard
Reliabilitypremium
Qualitypremium
Base URLhttps://api.calendly.com
SDK Package

Capabilities (3)

Booking Managementscheduling.bookings
Score: 87DEFAULT
Availability Managementscheduling.availability
Score: 88DEFAULT
Scheduling Webhooksscheduling.webhooks
Score: 85DEFAULT

Quick start

Use Calendly through Alfred's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.alfred-ai.app/v1/execute \
  -H "Authorization: Bearer $ALFRED_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "calendly",
    "capability": "scheduling.bookings",
    "input": { "prompt": "Hello from Calendly!" }
  }'

TypeScript

import { Alfred } from '@alfred/core';

const alfred = new Alfred({ apiKey: process.env.ALFRED_API_KEY });

const result = await alfred.execute({
  provider: 'calendly',
  capability: 'scheduling.bookings',
  input: { prompt: 'Hello from Calendly!' },
});

console.log(result.output);

Related Scheduling providers

Temporal Cloud

premium tier

Getting started →API reference →All capabilities →All providers →