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

会议室

Summary

Types

会议的ID

会议室的ID

Functions

会议室管理-添加会议室 - 官方文档

会议室预定管理-预定会议室 - 官方文档

会议室预定管理-取消预定会议室 - 官方文档

会议室管理-删除会议室 - 官方文档

会议室管理-编辑会议室 - 官方文档

会议室预定管理-根据会议ID查询会议室的预定信息 - 官方文档

会议室管理-查询会议室 - 官方文档

会议室预定管理-查询会议室的预定信息 - 官方文档

Types

@type meeting_id() :: integer()

会议的ID

@type meeting_room_id() :: integer()

会议室的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

book(client, agent, body)

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

会议室预定管理-预定会议室 - 官方文档

Link to this function

cancel_book(client, agent, body)

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

会议室预定管理-取消预定会议室 - 官方文档

Link to this function

delete(client, agent, meeting_room_id)

View Source

会议室管理-删除会议室 - 官方文档

Link to this function

edit(client, agent, body)

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

会议室管理-编辑会议室 - 官方文档

Link to this function

get_booking_info_by_meeting_id(client, agent, meeting_room_id, meeting_id)

View Source
@spec get_booking_info_by_meeting_id(
  WeChat.Work.client(),
  WeChat.Work.agent(),
  meeting_room_id(),
  meeting_id()
) :: WeChat.response()

会议室预定管理-根据会议ID查询会议室的预定信息 - 官方文档

Link to this function

list(client, agent, body)

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

会议室管理-查询会议室 - 官方文档

Link to this function

list_booking(client, agent, body)

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

会议室预定管理-查询会议室的预定信息 - 官方文档