Loading...
Loading...
Compare original and translation side by side
2026-02-25T14:00:00+08:00ou_...oc_...omm_...email@...2026-02-25T14:00:00+08:00ou_...oc_...omm_...email@...| 用户意图 | 工具 | action | 必填参数 | 强烈建议 | 常用可选 |
|---|---|---|---|---|---|
| 创建会议 | feishu_calendar_event | create | summary, start_time, end_time | user_open_id | attendees, description, location |
| 查某时间段日程 | feishu_calendar_event | list | start_time, end_time | - | - |
| 改日程时间 | feishu_calendar_event | patch | event_id, start_time/end_time | - | summary, description |
| 搜关键词找会 | feishu_calendar_event | search | query | - | - |
| 回复邀请 | feishu_calendar_event | reply | event_id, rsvp_status | - | - |
| 查重复日程实例 | feishu_calendar_event | instances | event_id, start_time, end_time | - | - |
| 查忙闲 | feishu_calendar_freebusy | list | time_min, time_max, user_ids[] | - | - |
| 邀请参会人 | feishu_calendar_event_attendee | create | calendar_id, event_id, attendees[] | - | - |
| 删除参会人 | feishu_calendar_event_attendee | batch_delete | calendar_id, event_id, user_open_ids[] | - | - |
| User Intent | Tool | action | Required Parameters | Highly Recommended | Common Optional |
|---|---|---|---|---|---|
| Create Meeting | feishu_calendar_event | create | summary, start_time, end_time | user_open_id | attendees, description, location |
| Query Schedules in a Time Period | feishu_calendar_event | list | start_time, end_time | - | - |
| Modify Schedule Time | feishu_calendar_event | patch | event_id, start_time/end_time | - | summary, description |
| Search Meetings by Keyword | feishu_calendar_event | search | query | - | - |
| Reply to Invitation | feishu_calendar_event | reply | event_id, rsvp_status | - | - |
| Query Recurring Schedule Instances | feishu_calendar_event | instances | event_id, start_time, end_time | - | - |
| Query Free/Busy Status | feishu_calendar_freebusy | list | time_min, time_max, user_ids[] | - | - |
| Invite Attendees | feishu_calendar_event_attendee | create | calendar_id, event_id, attendees[] | - | - |
| Remove Attendees | feishu_calendar_event_attendee | batch_delete | calendar_id, event_id, user_open_ids[] | - | - |
attendee_ability: "can_modify_event"| 权限值 | 能力 |
|---|---|
| 无权限 |
| 可查看参与人列表 |
| 可邀请他人 |
| 可编辑日程(推荐) |
attendee_ability: "can_modify_event"| Permission Value | Ability |
|---|---|
| No permissions |
| Can view the attendee list |
| Can invite others |
| Can edit the schedule (recommended) |
user_open_id = SenderIdattendees[].id = "ou_xxx"user_open_ids = ["ou_xxx"]ou_xxxuser_xxxuser_open_id = SenderIdattendees[].id = "ou_xxx"user_open_ids = ["ou_xxx"]ou_xxxuser_xxxrsvp_status: "needs_action"acceptdeclinefeishu_calendar_event_attendee.listrsvp_statusrsvp_status: "needs_action"acceptdeclinefeishu_calendar_event_attendee.listrsvp_statusinstancesrecurrencegetrecurrenceinstancesinstancesrecurrencegetrecurrenceinstances{
"action": "create",
"summary": "项目复盘会议",
"description": "讨论 Q1 项目进展",
"start_time": "2026-02-25 14:00:00",
"end_time": "2026-02-25 15:30:00",
"user_open_id": "ou_aaa",
"attendees": [
{"type": "user", "id": "ou_bbb"},
{"type": "user", "id": "ou_ccc"},
{"type": "resource", "id": "omm_xxx"}
]
}{
"action": "create",
"summary": "Project Retrospective Meeting",
"description": "Discuss Q1 Project Progress",
"start_time": "2026-02-25 14:00:00",
"end_time": "2026-02-25 15:30:00",
"user_open_id": "ou_aaa",
"attendees": [
{"type": "user", "id": "ou_bbb"},
{"type": "user", "id": "ou_ccc"},
{"type": "resource", "id": "omm_xxx"}
]
}{
"action": "list",
"start_time": "2026-02-25 00:00:00",
"end_time": "2026-03-03 23:59:00"
}{
"action": "list",
"start_time": "2026-02-25 00:00:00",
"end_time": "2026-03-03 23:59:00"
}{
"action": "list",
"time_min": "2026-02-25 09:00:00",
"time_max": "2026-02-25 18:00:00",
"user_ids": ["ou_aaa", "ou_bbb", "ou_ccc"]
}{
"action": "list",
"time_min": "2026-02-25 09:00:00",
"time_max": "2026-02-25 18:00:00",
"user_ids": ["ou_aaa", "ou_bbb", "ou_ccc"]
}{
"action": "patch",
"event_id": "xxx_0",
"start_time": "2026-02-25 15:00:00",
"end_time": "2026-02-25 16:00:00"
}{
"action": "patch",
"event_id": "xxx_0",
"start_time": "2026-02-25 15:00:00",
"end_time": "2026-02-25 16:00:00"
}{
"action": "search",
"query": "项目复盘"
}{
"action": "search",
"query": "Project Retrospective"
}{
"action": "reply",
"event_id": "xxx_0",
"rsvp_status": "accept"
}{
"action": "reply",
"event_id": "xxx_0",
"rsvp_status": "accept"
}| 错误现象 | 根本原因 | 解决方案 |
|---|---|---|
| 发起人不在参会人列表中 | 未传 | 强烈建议传 |
| 参会人看不到其他参会人 | | 工具已默认设置 |
| 时间不对 | 使用了 Unix 时间戳 | 改用 ISO 8601 格式(带时区): |
| 会议室显示"预约中" | 会议室预约是异步的 | 等待几秒后用 |
| 修改日程报权限错误 | 当前用户不是组织者,且日程未设置可编辑权限 | 确保日程创建时设置了 |
| 无法查看参会人列表 | 当前用户无查看权限 | 确保是组织者或日程设置了 |
| Error Phenomenon | Root Cause | Solution |
|---|---|---|
| Organizer not in attendee list | Did not pass | Highly recommended to pass |
| Attendees cannot see other attendees | Insufficient | The tool is defaulted to |
| Incorrect time | Used Unix timestamp | Switch to ISO 8601 format (with time zone): |
| Meeting room shows "reserving" | Meeting room reservation is asynchronous | Wait a few seconds and query |
| Permission error when modifying schedule | Current user is not the organizer, and the schedule is not set with editable permissions | Ensure |
| Cannot view attendee list | Current user has no viewing permissions | Ensure you are the organizer or the schedule is set with permissions above |
日历(Calendar)
└── 日程(Event)
└── 参会人(Attendee)attendee_abilityCalendar
└── Event
└── Attendeeattendee_abilitytype: "user"id: "ou_xxx"type: "chat"id: "oc_xxx"type: "resource"id: "omm_xxx"type: "third_party"id: "email@example.com"type: "user"id: "ou_xxx"type: "chat"id: "oc_xxx"type: "resource"id: "omm_xxx"type: "third_party"id: "email@example.com"cancelledcancelled| 类型 | 说明 | 能否删除 | 能否修改 |
|---|---|---|---|
| 主日历(每个用户/应用一个) | ❌ 否 | ✅ 是 |
| 共享日历(用户创建并共享) | ✅ 是 | ✅ 是 |
| 会议室日历 | ❌ 否 | ❌ 否 |
| 绑定的 Google 日历 | ❌ 否 | ❌ 否 |
| 绑定的 Exchange 日历 | ❌ 否 | ❌ 否 |
| Type | Description | Deletable | Editable |
|---|---|---|---|
| Primary Calendar (one per user/app) | ❌ No | ✅ Yes |
| Shared Calendar (created and shared by users) | ✅ Yes | ✅ Yes |
| Meeting Room Calendar | ❌ No | ❌ No |
| Bound Google Calendar | ❌ No | ❌ No |
| Bound Exchange Calendar | ❌ No | ❌ No |
| 状态 | 含义(用户) | 含义(会议室) |
|---|---|---|
| 未回复 | 预约中 |
| 已接受 | 预约成功 |
| 待定 | - |
| 拒绝 | 预约失败 |
| 已被移除 | 已被移除 |
| Status | Meaning (User) | Meaning (Meeting Room) |
|---|---|---|
| Not replied | Reserving |
| Accepted | Reservation successful |
| Tentative | - |
| Declined | Reservation failed |
| Removed | Removed |