calendly

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Calendly

Calendly

Purpose

用途

Manage Calendly scheduling via the v2 API. List event types, view scheduled events, check invitee details, manage availability schedules, cancel/reschedule events, create one-off links, and configure webhooks. Use when the user asks about their calendar, upcoming meetings, scheduling links, or availability.
通过v2 API管理Calendly日程安排。可列出事件类型、查看已排期事件、检查受邀者详情、管理可用时段日程、取消/重新安排事件、创建一次性链接,以及配置webhooks。当用户询问其日历、即将召开的会议、日程链接或可用时段时可使用。

Routing

路由规则

  • Use when: User asks about Calendly meetings, scheduling links, availability, booking, upcoming events, or wants to manage their Calendly calendar
  • Do not use when: User asks about Google Calendar, Apple Calendar, Outlook calendar, or general time management without Calendly
  • Outputs: Meeting agendas, invitee details, availability windows, scheduling links, webhook configurations
  • Success criteria: User receives accurate calendar data formatted as a clear agenda with times in their timezone
  • 适用场景:用户询问Calendly会议、日程链接、可用时段、预约、即将到来的事件,或想要管理其Calendly日历
  • 不适用场景:用户询问Google Calendar、Apple Calendar、Outlook calendar,或不涉及Calendly的通用时间管理问题
  • 输出内容:会议议程、受邀者详情、可用时间窗口、日程链接、webhook配置
  • 成功标准:用户收到准确的日历数据,格式为清晰的议程,时间转换为其所在时区

Trigger Examples

触发示例

Positive

正向触发

  • Use the calendly skill for this request.
  • Help me with calendly.
  • User asks about Calendly meetings, scheduling links, availability, booking, upcoming events, or wants to manage their Calendly calendar
  • Calendly: provide an actionable result.
  • 此请求请使用calendly skill处理
  • 帮我处理Calendly相关问题
  • 用户询问Calendly会议、日程链接、可用时段、预约、即将到来的事件,或想要管理其Calendly日历
  • Calendly:提供可执行的结果

Negative

负向触发

  • User asks about Google Calendar, Apple Calendar, Outlook calendar, or general time management without Calendly
  • Do not use calendly for unrelated requests.
  • This request is outside calendly scope.
  • This is conceptual discussion only; no tool workflow is needed.
  • 用户询问Google Calendar、Apple Calendar、Outlook calendar,或不涉及Calendly的通用时间管理问题
  • 无关请求不要使用calendly处理
  • 该请求超出Calendly的适用范围
  • 仅为概念讨论,无需调用工具流程

Parameters

参数

NameTypeRequiredDescription
querystringNoWhat to check or manage (e.g., 'upcoming meetings', 'cancel 3pm tomorrow', 'my scheduling links')
名称类型必填描述
querystring需要检查或管理的内容(例如:'即将召开的会议'、'取消明天下午3点的会议'、'我的日程链接')

Runtime Prompt

运行时提示

  • Current runtime prompt length: 845 characters.
  • Runtime prompt is defined directly in
    ../calendly.json
    .
  • 当前运行时提示长度:845字符
  • 运行时提示直接定义在
    ../calendly.json
    中。