feishu-calendar
Installation
Summary
Feishu Calendar API for creating, querying, updating, and managing schedules and calendar permissions.
- Full event lifecycle management: create, retrieve, update, delete, and search events with attendee support (users, chats, meeting rooms)
- Calendar administration including creation, sharing, ACL-based permissions (five role levels from free_busy_reader to owner), and subscription management
- Meeting room operations: list rooms, fetch details, and query availability windows
- Pagination support for large datasets and flexible user ID types (open_id, user_id, union_id)
SKILL.md
飞书日历
通过 Calendar API 管理日程。
Base URL: https://open.feishu.cn/open-apis/calendar/v4
认证与 Token 获取
从 feishu_skills 根目录执行共享脚本:
TOKEN="$(./scripts/get_feishu_token.sh)"
请求头统一使用 Authorization: Bearer ${TOKEN}。
如果业务接口返回 token 无效、过期或 401,强制刷新后仅重试一次原请求:
Related skills