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

日历

Summary

Types

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

日历ID

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

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()

更新日历 - 官方文档