Service Overview
Calendly API is the official scheduling automation api from Calendly for scheduling, meetings, event-types, and calendar. This Hub entry keeps the service explanation, setup links, and Harbor-safe import path together so operators can review the integration before local credentials and policies are applied.
Calendly API
Service
Scheduling automation API
Service type
https://api.calendly.com
Base URL
What This Port Does
- List Calendly event types for an explicit organization or user URI with bounded pagination filters.
- List Calendly scheduled events for an explicit organization URI with bounded status, time, and pagination filters.
- Cancel a specific Calendly scheduled event using its UUID and a reviewable JSON request body.
- Keeps service credentials local to Harbor Node so approval, execution, and audit stay inside the Harbor ecosystem.
Operator Setup
- Create or confirm a Calendly account, workspace, or tenant with the API access needed for the actions you plan to enable.
- Import this Hub entry into Harbor, then verify the service base URL and connection settings before testing actions.
- Store the required Bearer token locally in Harbor Node using the Authorization header, then review automatic versus approval-required actions before publish.
- Use the vendor setup guide linked below to create service credentials, scopes, or app registration settings that match your Harbor policy.
Install
Use in Harbor UI or the import-by-URL route.
https://hub.breakwaterharbor.net/p/calendly/calendly-api
http_api
Local shell
13
Actions
Community
Required tier
Never
Secrets imported
Actions
Get Current User JSON
{
"slug": "get-current-user",
"label": "Get Current User",
"description": "Fetch the Calendly user tied to the local token so Harbor can confirm principal context before organization-scoped scheduling reads.",
"method": "GET",
"path": "/users/me",
"approvalMode": "automatic",
"requestBodyMode": "none",
"resultMode": "json_summary"
}