Skip to content

feat(feishu): 缺少日历(Calendar)API 支持 #55033

Description

@hsuaaron

背景

飞书扩展当前仅支持文档(Doc)、云盘(Drive)、Wiki、多维表格(Bitable)等功能,但缺少日历(Calendar)API 的支持。

使用场景

用户通过飞书分享日历事件邀请时,助手无法读取日历信息,导致:

  1. 无法确认会议时间是否正确
  2. 无法自动将会议添加到待办跟踪
  3. 机器人无法代替用户响应日历邀请

建议

参考飞书开放平台日历 API(v4),实现以下能力:

核心接口

  • GET /calendar/v4/calendars/primary — 获取主日历
  • GET /calendar/v4/events — 读取日程列表
  • GET /calendar/v4/events/{event_id} — 读取单个日程详情
  • POST /calendar/v4/events — 创建日程(可选)

权限要求

  • calendar:calendar:readonly
  • calendar:event:readonly
  • calendar:event:create(可选)

参考文档

飞书日历 API:https://open.feishu.cn/document/server-docs/calendar-v4/calendar-introduction

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions