public class Freebusy extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
BatchFreebusyResp |
batch(BatchFreebusyReq req)
批量查询主日历日程忙闲信息,根据user id列表,批量查询指定用户的主日历在指定时间段内的忙碌时间段信息,适用于团队协作中,快速了解成员忙闲状态以安排会议或任务的场景。
|
BatchFreebusyResp |
batch(BatchFreebusyReq req,
RequestOptions reqOptions)
批量查询主日历日程忙闲信息,根据user id列表,批量查询指定用户的主日历在指定时间段内的忙碌时间段信息,适用于团队协作中,快速了解成员忙闲状态以安排会议或任务的场景。
|
ListFreebusyResp |
list(ListFreebusyReq req)
查询主日历日程忙闲信息,调用该接口查询指定用户的主日历忙闲信息,或者查询指定会议室的忙闲信息。
|
ListFreebusyResp |
list(ListFreebusyReq req,
RequestOptions reqOptions)
查询主日历日程忙闲信息,调用该接口查询指定用户的主日历忙闲信息,或者查询指定会议室的忙闲信息。
|
public Freebusy(Config config)
public BatchFreebusyResp batch(BatchFreebusyReq req, RequestOptions reqOptions) throws Exception
如果使用应用身份调用该接口,则需要确保应用开启了[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability)。 ;
Exceptionpublic BatchFreebusyResp batch(BatchFreebusyReq req) throws Exception
如果使用应用身份调用该接口,则需要确保应用开启了[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability)。 ;
Exceptionpublic ListFreebusyResp list(ListFreebusyReq req, RequestOptions reqOptions) throws Exception
如果使用应用身份调用该接口,则需要确保应用开启了[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability)。 ;
Exceptionpublic ListFreebusyResp list(ListFreebusyReq req) throws Exception
如果使用应用身份调用该接口,则需要确保应用开启了[机器人能力](https://open.feishu.cn/document/uAjLw4CM/ugTN1YjL4UTN24CO1UjN/trouble-shooting/how-to-enable-bot-ability)。 ;
ExceptionCopyright © 2026. All rights reserved.