public class CalendarEventMeetingChat extends Object
| 构造器和说明 |
|---|
CalendarEventMeetingChat(Config config) |
| 限定符和类型 | 方法和说明 |
|---|---|
CreateCalendarEventMeetingChatResp |
create(CreateCalendarEventMeetingChatReq req)
创建会议群,调用该接口以当前身份(应用或用户)为指定日程创建一个会议群。
|
CreateCalendarEventMeetingChatResp |
create(CreateCalendarEventMeetingChatReq req,
RequestOptions reqOptions)
创建会议群,调用该接口以当前身份(应用或用户)为指定日程创建一个会议群。
|
DeleteCalendarEventMeetingChatResp |
delete(DeleteCalendarEventMeetingChatReq req)
解绑会议群,调用该接口以当前身份(应用或用户)为日程解绑已创建的会议群。
|
DeleteCalendarEventMeetingChatResp |
delete(DeleteCalendarEventMeetingChatReq req,
RequestOptions reqOptions)
解绑会议群,调用该接口以当前身份(应用或用户)为日程解绑已创建的会议群。
|
public CalendarEventMeetingChat(Config config)
public CreateCalendarEventMeetingChatResp create(CreateCalendarEventMeetingChatReq req, RequestOptions reqOptions) throws Exception
Exceptionpublic CreateCalendarEventMeetingChatResp create(CreateCalendarEventMeetingChatReq req) throws Exception
Exceptionpublic DeleteCalendarEventMeetingChatResp delete(DeleteCalendarEventMeetingChatReq req, RequestOptions reqOptions) throws Exception
- 当前身份由 Header Authorization 的 Token 类型决定。tenant_access_token 指应用身份,user_access_token 指用户身份。;- 如果使用应用身份调用该接口,则需要确保应用开启了[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability)。;- 日程所在的日历需要是当前身份的主日历,且具有日历的 writer 权限。你可以调用[查询主日历信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/primary)接口,获取当前身份的主日历信息。;- 当前的操作人需要是会议群的群主。 ;
Exceptionpublic DeleteCalendarEventMeetingChatResp delete(DeleteCalendarEventMeetingChatReq req) throws Exception
- 当前身份由 Header Authorization 的 Token 类型决定。tenant_access_token 指应用身份,user_access_token 指用户身份。;- 如果使用应用身份调用该接口,则需要确保应用开启了[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability)。;- 日程所在的日历需要是当前身份的主日历,且具有日历的 writer 权限。你可以调用[查询主日历信息](https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/primary)接口,获取当前身份的主日历信息。;- 当前的操作人需要是会议群的群主。 ;
ExceptionCopyright © 2026. All rights reserved.