返回顶部
c

calendly-quick-book

Book Calendly meetings instantly. Triggers on "book", "schedule calendly", "calendly book", or any request to book a meeting without sending a link.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,197
下载量
0
收藏
概述
安装方式
版本历史

calendly-quick-book

# Calendly Quick Book Book Calendly meetings via natural language. No tab switching, no link sending. ## Default Configuration | Setting | Value | |---------|-------| | Default Calendly Link | https://calendly.com/YOUR_USERNAME | | Calendly Username | YOUR_USERNAME | **Note:** Update the values above with your own Calendly username after installation. ## Commands | Input | Action | |-------|--------| | `book [name] [email] [timezone] [time]` | Book a meeting | | `calendly book [name] [email] [timezone] [time]` | Book a meeting | ## Input Fields | Field | Required | Example | |-------|----------|---------| | Name | Yes | John Smith | | Email | Yes | john@acme.com | | Timezone | Yes | EST, PST, UTC | | Time | Yes | tomorrow 2pm | ## Timezone Mapping | Input | IANA Format | |-------|-------------| | EST/EDT | America/New_York | | CST/CDT | America/Chicago | | MST/MDT | America/Denver | | PST/PDT | America/Los_Angeles | | GMT/UTC | UTC | ## API Workflow ### Step 1: Get Current User ```bash curl -s "https://api.calendly.com/users/me" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN" ``` ### Step 2: Get Event Types ```bash curl -s "https://api.calendly.com/event_types?user={USER_URI}" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN" ``` ### Step 3: Get Available Times ```bash curl -s "https://api.calendly.com/event_type_available_times?event_type={EVENT_TYPE_URI}&start_time={START_UTC}&end_time={END_UTC}" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN" ``` ### Step 4: Create Booking ```bash curl -s -X POST "https://api.calendly.com/invitees" \ -H "Authorization: Bearer $CALENDLY_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "event_type": "{EVENT_TYPE_URI}", "start_time": "{TIME_UTC}", "invitee": { "name": "{NAME}", "email": "{EMAIL}", "timezone": "{TIMEZONE_IANA}" } }' ``` ## Response Format ### Success ``` ✅ Meeting Booked! 📅 [Date] ⏰ [Time] [Timezone] 👤 [Name] ([Email]) 📍 Calendar invite sent automatically ``` ### No Availability ``` ⚠️ No availability at [time] Nearest slots: 1. [Option 1] 2. [Option 2] 3. [Option 3] ``` ### Errors | Error | Response | |-------|----------| | Invalid email | Ask to confirm email | | Token expired | Direct to Calendly settings | | No event types | Direct to create one in Calendly |

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 calendly-quick-book-1776343696 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 calendly-quick-book-1776343696 技能

通过命令行安装

skillhub install calendly-quick-book-1776343696

下载 Zip 包

⬇ 下载 calendly-quick-book v1.0.0

文件大小: 2.88 KB | 发布时间: 2026-4-17 15:44

v1.0.0 最新 2026-4-17 15:44
- Initial release of Calendly Quick Book.
- Book Calendly meetings instantly with natural language—no link sharing or tab switching.
- Supports commands like "book [name] [email] [timezone] [time]" directly.
- Maps common timezone abbreviations to IANA formats for convenience.
- Automatic handling of booking, availability checks, and error messaging.
- Requires CALENDLY_API_TOKEN environment variable for authentication.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部