calendly

Manage Calendly scheduling data via the Calendly API with OAuth authentication.

375|38|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/CraftOS-dev/CraftBot --skill calendly-craftos-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendly
Source: https://github.com/CraftOS-dev/CraftBot/tree/main/skills/calendly-api
Command: npx skills add https://github.com/CraftOS-dev/CraftBot --skill calendly-craftos-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the management of your Calendly schedule by providing programmatic access to your events, availability, and user data.

Core Features & Use Cases

  • View Event Data: Retrieve details about scheduled events, event types, and invitees.
  • Check Availability: Find available time slots for scheduling meetings.
  • Manage Webhooks: Set up and manage webhook subscriptions for real-time event notifications.
  • Use Case: Automatically check your availability for the next week and suggest the best times to a client via email.

Quick Start

Use the calendly skill to get the details of the current user.

Frequently Asked Questions about calendly

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

FAQPage Schema
How do I check Calendly availability through the API?

You can check Calendly availability by using the API to retrieve event types and query available time slots for scheduling meetings. This supports automated availability checks for upcoming dates.

Can I retrieve scheduled events and invitee data from Calendly?

Yes, you can retrieve scheduled events and invitee data from Calendly. The API integration provides programmatic access to your scheduling data, allowing you to pull details about confirmed meetings and the invitees attending them.

Do I need an API key to manage Calendly webhooks?

You need OAuth authentication via a Maton API key to manage Calendly webhooks securely. This setup allows you to configure webhook subscriptions and receive real-time event notifications for your scheduled meetings.

What's the best way to automate meeting booking using Calendly?

Automating meeting booking with Calendly is best achieved by integrating its API to fetch availability and event types programmatically. This facilitates workflow integration by automatically suggesting open slots to clients.

How does OAuth authentication work for Calendly API access?

OAuth authentication for Calendly API access works via a Maton API key to securely connect to user and organization data. This method ensures protected access when retrieving scheduling information or managing webhooks.

Can I use Calendly API data to suggest meeting times via email?

Yes, you can use Calendly API data to suggest meeting times via email. By checking your availability for the next week programmatically, you can retrieve open slots and automatically send them to clients.