← 返回
效率工具 Key 中文

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.
即刻通过Calendly预订会议。当输入“预订”、“安排日程calendly”、“calendly预订”或任何无需发送链接的会议预订请求时触发。
dompi123
效率工具 clawhub v1.0.0 1 版本 99873.7 Key: 需要
★ 0
Stars
📥 1,582
下载
💾 20
安装
1
版本
#automation#booking#calendly#latest#meetings#scheduling

概述

Calendly Quick Book

Book Calendly meetings via natural language. No tab switching, no link sending.

Default Configuration

SettingValue
----------------
Default Calendly Linkhttps://calendly.com/YOUR_USERNAME
Calendly UsernameYOUR_USERNAME

Note: Update the values above with your own Calendly username after installation.

Commands

InputAction
---------------
book [name] [email] [timezone] [time]Book a meeting
calendly book [name] [email] [timezone] [time]Book a meeting

Input Fields

FieldRequiredExample
--------------------------
NameYesJohn Smith
EmailYesjohn@acme.com
TimezoneYesEST, PST, UTC
TimeYestomorrow 2pm

Timezone Mapping

InputIANA Format
--------------------
EST/EDTAmerica/New_York
CST/CDTAmerica/Chicago
MST/MDTAmerica/Denver
PST/PDTAmerica/Los_Angeles
GMT/UTCUTC

API Workflow

Step 1: Get Current User

curl -s "https://api.calendly.com/users/me" \
  -H "Authorization: Bearer $CALENDLY_API_TOKEN"

Step 2: Get Event Types

curl -s "https://api.calendly.com/event_types?user={USER_URI}" \
  -H "Authorization: Bearer $CALENDLY_API_TOKEN"

Step 3: Get Available Times

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

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

ErrorResponse
-----------------
Invalid emailAsk to confirm email
Token expiredDirect to Calendly settings
No event typesDirect to create one in Calendly

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 22:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 446 📥 226,416
productivity

Obsidian

steipete
操作 Obsidian 仓库(纯 Markdown 笔记)并通过 obsidian-cli 自动化。
★ 432 📥 103,833
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,931