- 应用权限
- API 调用服务指南
- 事件订阅指南
- 服务端 SDK
- 鉴权管理
- 事件管理
- 通讯录
- 消息
- 群组
- 云文档
- 日历
- 视频会议
- 考勤打卡
- 审批
- 服务台
- 任务
- 邮箱
- 应用信息
- 企业信息
- 认证信息
- 个人设置
- 搜索
- AI 能力
- 管理后台
- 飞书人事(标准版)
- 飞书人事(企业版)
- 招聘
- OKR
- 实名认证
- 智能门禁
- 企业百科
- 妙记
- 工作台
- 企业
日程变更
事件#
基本 | |
---|---|
事件类型 | calendar.calendar.event.changed_v4 |
支持的应用类型 | 自建应用商店应用 |
权限要求 开启任一权限即可 | 更新日历及日程信息获取日历、日程及忙闲信息 |
推送方式 | Webhook |
事件体#
名称收起子列表 | 类型 | 描述 |
---|---|---|
schema | string | 事件模式 |
header | event_header | 事件头 |
event_id | string | 事件 ID |
event_type | string | 事件类型 |
create_time | string | 事件创建时间戳(单位:毫秒) |
token | string | 事件 Token |
app_id | string | 应用 ID |
tenant_key | string | 租户 Key |
event | - | - |
calendar_id | string | 日历id |
user_id_list | user_id[] | 需要推送事件的用户列表 |
union_id | string | 用户的 union id |
user_id | string | 用户的 user id |
open_id | string | 用户的 open id |
事件体示例#
{
"schema": "2.0",
"header": {
"event_id": "5e3702a84e847582be8db7fb73283c02",
"event_type": "calendar.calendar.event.changed_v4",
"create_time": "1608725989000",
"token": "rvaYgkND1GOiu5MM0E1rncYC6PLtF7JV",
"app_id": "cli_9f5343c580712544",
"tenant_key": "2ca1d211f64f6438"
},
"event": {
"calendar_id": "feishu.cn_xxxxxxxxxx@group.calendar.feishu.cn",
"user_id_list": [
{
"union_id": "on_xxxxxx",
"user_id": "exxxxxxz",
"open_id": "ou_xxxxxx"
}
]
}
}

【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通


修改于 2023-01-28 03:33:24