create-cal-com-link

Automate Cal.com scheduling-link creation for individuals and teams via scripts and CAL_API_KEY configuration.

63|8|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/different-ai/openwork-enterprise --skill create-cal-com-link
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-cal-com-link
Source: https://github.com/different-ai/openwork-enterprise/tree/main/.opencode/skills/create-cal-com-link
Command: npx skills add https://github.com/different-ai/openwork-enterprise --skill create-cal-com-link

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

Automatically generate Cal.com scheduling links tailored for specific people or teams, streamlining meeting coordination.

Core Features & Use Cases

  • Time-zone aware scheduling: create schedules and availability windows aligned to invitees across regions.
  • Targeted links: generate links for individuals or teams with customized event types and availability.
  • Deterministic scripts: orchestrate calendar setup via a simple script flow (configure env, create schedule, modify availabilities, create event types, set ranges).

Quick Start

Configure environment with CAL_API_KEY, then run the provided scripts to create a schedule, adjust availability, and set up event types, resulting in a shareable link.

Frequently Asked Questions about create-cal-com-link

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

FAQPage Schema
How do I automate Cal.com scheduling link creation for a team?

To create time-zone aware scheduling links via the Cal API, you set up a CAL_API_KEY and execute scripts that build schedules, remove default availability, add specific windows, and define event types with custom ranges.

Can I configure time-zone aware availability windows using the Cal API?

Yes, you can configure time-zone aware availability windows by using shell scripts to call the Cal API. The scripts remove default availability and add new windows aligned to invitees across different regions, ensuring accurate cross-region scheduling.

What do I need to set up before generating Cal.com event types via scripts?

Before generating Cal.com event types via scripts, you need a valid CAL_API_KEY and the curl dependency installed. You configure your environment with these prerequisites to allow the shell tooling to perform deterministic API orchestration.

How does script-driven orchestration handle Cal.com calendar setup?

Script-driven orchestration handles Cal.com calendar setup by executing a linear flow: configure environment, create a schedule, modify availabilities, define event types, and set ranges. This deterministic process uses curl to call the Cal API directly.

What is the best way to remove default availability when creating Cal.com schedules?

The best way to remove default availability when creating Cal.com schedules is through deterministic shell scripts. After setting your CAL_API_KEY, the scripts call the Cal API to clear defaults and apply customized availability windows for specific event types.