View Source WeChat.Work.OA.Calendar (wechat v0.10.1)

日历

Link to this section Summary

Link to this section Types

@type calendar_id() :: String.t()

日历ID

@type calendar_id_list() :: [calendar_id()]

Link to this section Functions

Link to this function

add(client, agent, body)

View Source
@spec add(WeChat.Work.client(), WeChat.Work.agent(), body :: map()) ::
  WeChat.response()

创建日历

Link to this function

delete(client, agent, calendar_id)

View Source

删除日历

Link to this function

get(client, agent, calendar_id_list)

View Source

获取日历详情

Link to this function

update(client, agent, body)

View Source
@spec update(WeChat.Work.client(), WeChat.Work.agent(), body :: map()) ::
  WeChat.response()

更新日历