calendly

Automate Calendly API v2 integration for scheduling URLs, embeds, and webhooks.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/git-tao/taotang-website --skill calendly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendly
Source: https://github.com/git-tao/taotang-website/tree/main/docs/skills/calendly
Command: npx skills add https://github.com/git-tao/taotang-website --skill calendly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Calendly API integration can be time-consuming; this Skill consolidates access to scheduling URLs, embed widgets, and webhook events to accelerate development.

Core Features & Use Cases

  • Retrieve users' scheduling URLs and event-type schedules
  • Embed Calendly widgets (inline, popup, badge) into web or app interfaces
  • Subscribe to webhooks for invitee events to automate communications and CRM updates
  • Supports API v2 authentication (Personal Access Tokens or OAuth) for secure access
  • Real-world example: a SaaS dashboard displays a user’s scheduling page and triggers onboarding tasks after a booking

Quick Start

Use the Calendly API to fetch a user's scheduling URL and render an embedded widget on your page.

Frequently Asked Questions about calendly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate Calendly scheduling into my web app?

Integrate Calendly scheduling by using the API to retrieve user scheduling URLs and embedding inline, popup, or badge widgets into your web app interfaces. This streamlines event creation and data retrieval for developers.

How does Calendly API authentication work for retrieving scheduling data?

Calendly API authentication uses API v2 with either Personal Access Tokens (Bearer tokens) or OAuth. This secure access method allows developers to retrieve user scheduling URLs and event-type schedules.

How do I subscribe to Calendly webhooks for real-time invitee events?

Subscribe to Calendly webhooks to receive real-time invitee events for automating communications and CRM updates. Proper pagination and security considerations must be implemented when configuring webhook subscriptions.

Can I use OAuth for Calendly API v2 integration in a SaaS dashboard?

Yes, you can use OAuth for Calendly API v2 authentication in a SaaS dashboard. It supports retrieving scheduling pages and triggering onboarding tasks after a booking, fitting web and mobile app contexts securely.

What are the limitations when using Calendly embed widgets with API pagination?

Limitations involve handling proper pagination and security considerations when retrieving scheduling data. You must manage API v2 pagination limits during data retrieval to ensure embed widgets render correctly without truncating event schedules.