Skip to content

chore(calendar): +rsvp shortcut 未在 SKILL.md 中给出,导致模型难以发现 #665

@sakinijino

Description

@sakinijino

问题

要求模型拒绝飞书日程时,模型找不到对应的 cli command 和 shortcut。

提示模型有 +rsvp shortcut 后,claude code 的反馈:

有 +rsvp shortcut,之前 SKILL.md 的 Shortcuts 表格里没列出来,文档藏在 references 里,导致用户在需要拒绝/接受/待定日程时可能找不到操作方式。

**补充说明用法:**

- 拒绝日程:
```bash
lark-cli calendar +rsvp --event-id evt_xxx --rsvp-status decline
```

- 接受日程:
```bash
lark-cli calendar +rsvp --event-id evt_xxx --rsvp-status accept
```

- 待定日程:
```bash
lark-cli calendar +rsvp --event-id evt_xxx --rsvp-status tentative
```

**注意:**
- 需要先用 `+agenda` 拿到 event-id,然后再调用 `+rsvp`
- 需要 scope:`calendar:calendar.event:reply`

Why now

rsvp 操作/拒绝日程是常用操作

Metadata

Metadata

Assignees

No one assigned

    Labels

    domain/calendarPR touches the calendar domaindomain/coreCLI framework and core librariesdomain/docDocs domain

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions