程序包 | 说明 |
---|---|
me.chanjar.weixin.cp.api | |
me.chanjar.weixin.cp.api.impl |
限定符和类型 | 方法和说明 |
---|---|
List<WxCpOaSchedule> |
WxCpOaScheduleService.getDetails(List<String> scheduleIds)
获取日程详情
该接口用于获取指定的日程详情。
|
List<WxCpOaSchedule> |
WxCpOaScheduleService.listByCalendar(String calId,
Integer offset,
Integer limit)
获取日历下的日程列表
该接口用于获取指定的日历下的日程列表。
|
限定符和类型 | 方法和说明 |
---|---|
String |
WxCpOaScheduleService.add(WxCpOaSchedule schedule,
Integer agentId)
创建日程
该接口用于在日历中创建一个日程。
|
void |
WxCpOaScheduleService.update(WxCpOaSchedule schedule)
更新日程
该接口用于在日历中更新指定的日程。
|
限定符和类型 | 方法和说明 |
---|---|
List<WxCpOaSchedule> |
WxCpOaOaScheduleServiceImpl.getDetails(List<String> scheduleIds) |
List<WxCpOaSchedule> |
WxCpOaOaScheduleServiceImpl.listByCalendar(String calId,
Integer offset,
Integer limit) |
限定符和类型 | 方法和说明 |
---|---|
String |
WxCpOaOaScheduleServiceImpl.add(WxCpOaSchedule schedule,
Integer agentId) |
void |
WxCpOaOaScheduleServiceImpl.update(WxCpOaSchedule schedule) |
Copyright © 2024. All rights reserved.