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

日历

Summary

Types

calendar_id()

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

日历ID

calendar_id_list()

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

Functions

add(client, agent, body)

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

创建日历 - 官方文档

delete(client, agent, calendar_id)

删除日历

get(client, agent, calendar_id_list)

获取日历详情 - 官方文档

update(client, agent, body)

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

更新日历 - 官方文档