calendly

Manage Calendly scheduling, event data, availability, and webhooks via API.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/dsactivi-2/Mujo-Team --skill calendly-dsactivi-2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: calendly
Source: https://github.com/dsactivi-2/Mujo-Team/tree/main/skills/calendly-api
Command: npx skills add https://github.com/dsactivi-2/Mujo-Team --skill calendly-dsactivi-2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies managing your Calendly schedule by providing programmatic access to event data, availability, and webhook management, reducing the need for manual intervention in scheduling tasks.

Core Features & Use Cases

  • Access Event Data: Retrieve details about event types, scheduled events, and invitees.
  • Manage Availability: Check available time slots and user busy times.
  • Schedule Meetings: Programmatically create new event invitees.
  • Webhook Management: Set up and manage webhook subscriptions for real-time event notifications.
  • Use Case: Automatically book follow-up meetings after a sales call by checking availability and creating a new invitee.

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 automate Calendly scheduling workflows using an API?

To automate scheduling workflows, this Skill integrates directly with the Calendly API to retrieve event types, scheduled events, and invitees. It enables programmatic access to availability and scheduling data, reducing manual intervention in calendar management tasks.

Can I manage Calendly webhook subscriptions for real-time event notifications?

Yes, you can manage Calendly webhook subscriptions for real-time event notifications. The Skill provides built-in webhook management functionality, allowing you to set up, configure, and maintain webhook subscriptions to receive instant updates when scheduling events occur.

Does Calendly API integration support OAuth authentication?

Calendly API integration supports OAuth authentication via a managed gateway. This allows you to securely authenticate your scheduling application and manage access tokens programmatically without handling raw credentials directly in your codebase.

What's the best way to check available time slots and user busy times in Calendly?

The best way to check available time slots and user busy times is through the Skill's availability management feature. It queries the Calendly API to retrieve real-time availability data, enabling you to programmatically identify open slots before creating new event invitees.

How do I programmatically create new event invitees in Calendly?

You can programmatically create new event invitees in Calendly by using the Skill's scheduling endpoints. After checking availability through the API, the Skill automates the invitee creation process, which is useful for workflows like booking follow-up meetings automatically after a sales call.