WeChat.Work.OA.Schedule (wechat v0.10.0) View Source

日程

Link to this section Summary

Link to this section Types

Specs

schedule_id() :: String.t()

日程ID

Specs

schedule_id_list() :: [schedule_id()]

Link to this section Functions

Link to this function

add(client, agent, body)

View Source

Specs

创建日程

Link to this function

delete(client, agent, schedule_id)

View Source

Specs

取消日程

Link to this function

get(client, agent, schedule_id_list)

View Source

Specs

获取日程详情

Link to this function

get_by_calendar(client, agent, calendar_id, offset \\ 0, limit \\ 500)

View Source

Specs

get_by_calendar(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  WeChat.Work.OA.Calendar.calendar_id(),
  offset :: integer(),
  limit :: 1..1000
) :: WeChat.response()

获取日历下的日程列表

Link to this function

update(client, agent, body)

View Source

Specs

更新日程