Back to Services
Basic Trustrest
Calendly — Scheduling & Availability
Check availability and create scheduling links via the Calendly API. Manage event types, invitees, and scheduling workflows.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
schedulingcalendarmeetingsproductivitybooking
Quick Integration
Call this service through the Agent Clear proxy
// Call Calendly — Scheduling & Availability through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/056f4a05-9333-4873-ac89-6d71ea5cfa5e',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"required": [
"user"
],
"properties": {
"user": {
"type": "string",
"description": "Calendly user URI"
}
}
}Output Schema
{
"type": "object",
"properties": {
"collection": {
"type": "array"
},
"pagination": {
"type": "object"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026