| 程序包 | 说明 |
|---|---|
| com.lark.oapi.service.calendar.v4.model |
| 限定符和类型 | 方法和说明 |
|---|---|
BatchFreebusyReqBody.Builder |
BatchFreebusyReqBody.Builder.includeExternalCalendar(Boolean includeExternalCalendar)
是否包含绑定的三方日历中的日程,不传默认为true,即包含。
|
static BatchFreebusyReqBody.Builder |
BatchFreebusyReqBody.newBuilder() |
BatchFreebusyReqBody.Builder |
BatchFreebusyReqBody.Builder.onlyBusy(Boolean onlyBusy)
是否包含标记为空闲的日程,不传默认为true,即包含空闲日程。
|
BatchFreebusyReqBody.Builder |
BatchFreebusyReqBody.Builder.timeMax(String timeMax)
获取忙闲信息的开始时间,RFC3339 date_time格式;time_min与time_max的时间区间不能超过3个月。
|
BatchFreebusyReqBody.Builder |
BatchFreebusyReqBody.Builder.timeMin(String timeMin)
获取忙闲信息的开始时间,RFC3339 date_time格式;time_min与time_max的时间区间不能超过3个月。
|
BatchFreebusyReqBody.Builder |
BatchFreebusyReqBody.Builder.userIds(String[] userIds)
用户ID列表
示例值:
|
| 构造器和说明 |
|---|
BatchFreebusyReqBody(BatchFreebusyReqBody.Builder builder) |
Copyright © 2025. All rights reserved.