@satorijs/adapter-lark 3.8.5 → 3.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (126) hide show
  1. package/lib/bot.d.ts +1 -1
  2. package/lib/content.d.ts +433 -0
  3. package/lib/http.d.ts +1 -1
  4. package/lib/index.cjs +2796 -1713
  5. package/lib/index.cjs.map +6 -0
  6. package/lib/index.d.ts +4 -2
  7. package/lib/internal.d.ts +38 -0
  8. package/lib/message.d.ts +2 -0
  9. package/lib/types/acs.d.ts +177 -0
  10. package/lib/types/admin.d.ts +270 -0
  11. package/lib/types/aily.d.ts +221 -0
  12. package/lib/types/apaas.d.ts +499 -0
  13. package/lib/types/application.d.ts +406 -0
  14. package/lib/types/approval.d.ts +779 -0
  15. package/lib/types/attendance.d.ts +957 -0
  16. package/lib/types/auth.d.ts +86 -0
  17. package/lib/types/authen.d.ts +191 -0
  18. package/lib/types/baike.d.ts +239 -0
  19. package/lib/types/bitable.d.ts +691 -0
  20. package/lib/types/board.d.ts +19 -0
  21. package/lib/types/calendar.d.ts +653 -0
  22. package/lib/types/cardkit.d.ts +139 -0
  23. package/lib/types/compensation.d.ts +54 -0
  24. package/lib/types/contact.d.ts +1137 -0
  25. package/lib/types/corehr.d.ts +4383 -0
  26. package/lib/types/docs.d.ts +23 -0
  27. package/lib/types/document_ai.d.ts +257 -0
  28. package/lib/types/docx.d.ts +380 -0
  29. package/lib/types/drive.d.ts +1045 -0
  30. package/lib/types/ehr.d.ts +32 -0
  31. package/lib/types/event.d.ts +9 -18
  32. package/lib/types/guild.d.ts +59 -0
  33. package/lib/types/helpdesk.d.ts +738 -0
  34. package/lib/types/hire.d.ts +3150 -0
  35. package/lib/types/human_authentication.d.ts +27 -0
  36. package/lib/types/im.d.ts +1300 -0
  37. package/lib/types/index.d.ts +16432 -34
  38. package/lib/types/lingo.d.ts +254 -0
  39. package/lib/types/mail.d.ts +680 -0
  40. package/lib/types/mdm.d.ts +42 -0
  41. package/lib/types/message/asset.d.ts +40 -0
  42. package/lib/types/minutes.d.ts +31 -0
  43. package/lib/types/moments.d.ts +18 -0
  44. package/lib/types/okr.d.ts +205 -0
  45. package/lib/types/optical_char_recognition.d.ts +17 -0
  46. package/lib/types/passport.d.ts +45 -0
  47. package/lib/types/payroll.d.ts +50 -0
  48. package/lib/types/performance.d.ts +413 -0
  49. package/lib/types/personal_settings.d.ts +87 -0
  50. package/lib/types/report.d.ts +57 -0
  51. package/lib/types/search.d.ts +216 -0
  52. package/lib/types/security_and_compliance.d.ts +24 -0
  53. package/lib/types/sheets.d.ts +326 -0
  54. package/lib/types/speech_to_text.d.ts +39 -0
  55. package/lib/types/task.d.ts +1153 -0
  56. package/lib/types/tenant.d.ts +23 -0
  57. package/lib/types/translation.d.ts +37 -0
  58. package/lib/types/user.d.ts +78 -0
  59. package/lib/types/utils.d.ts +9 -0
  60. package/lib/types/vc.d.ts +948 -0
  61. package/lib/types/verification.d.ts +14 -0
  62. package/lib/types/wiki.d.ts +240 -0
  63. package/lib/types/workplace.d.ts +43 -0
  64. package/lib/utils.d.ts +143 -7
  65. package/package.json +6 -4
  66. package/src/bot.ts +19 -3
  67. package/src/{types/message/content.ts → content.ts} +1 -0
  68. package/src/http.ts +1 -3
  69. package/src/index.ts +4 -2
  70. package/src/internal.ts +144 -0
  71. package/src/message.ts +24 -11
  72. package/src/types/acs.ts +236 -0
  73. package/src/types/admin.ts +328 -0
  74. package/src/types/aily.ts +288 -0
  75. package/src/types/apaas.ts +646 -0
  76. package/src/types/application.ts +520 -0
  77. package/src/types/approval.ts +924 -0
  78. package/src/types/attendance.ts +1153 -0
  79. package/src/types/auth.ts +114 -0
  80. package/src/types/authen.ts +220 -0
  81. package/src/types/baike.ts +306 -0
  82. package/src/types/bitable.ts +879 -0
  83. package/src/types/board.ts +31 -0
  84. package/src/types/calendar.ts +817 -0
  85. package/src/types/cardkit.ts +182 -0
  86. package/src/types/compensation.ts +79 -0
  87. package/src/types/contact.ts +1411 -0
  88. package/src/types/corehr.ts +5288 -0
  89. package/src/types/docs.ts +33 -0
  90. package/src/types/document_ai.ts +352 -0
  91. package/src/types/docx.ts +471 -0
  92. package/src/types/drive.ts +1312 -0
  93. package/src/types/ehr.ts +43 -0
  94. package/src/types/event.ts +15 -21
  95. package/src/types/helpdesk.ts +916 -0
  96. package/src/types/hire.ts +3918 -0
  97. package/src/types/human_authentication.ts +38 -0
  98. package/src/types/im.ts +1605 -0
  99. package/src/types/index.ts +17754 -39
  100. package/src/types/lingo.ts +321 -0
  101. package/src/types/mail.ts +851 -0
  102. package/src/types/mdm.ts +57 -0
  103. package/src/types/minutes.ts +46 -0
  104. package/src/types/moments.ts +28 -0
  105. package/src/types/okr.ts +261 -0
  106. package/src/types/optical_char_recognition.ts +27 -0
  107. package/src/types/passport.ts +61 -0
  108. package/src/types/payroll.ts +69 -0
  109. package/src/types/performance.ts +524 -0
  110. package/src/types/personal_settings.ts +116 -0
  111. package/src/types/report.ts +77 -0
  112. package/src/types/search.ts +268 -0
  113. package/src/types/security_and_compliance.ts +33 -0
  114. package/src/types/sheets.ts +425 -0
  115. package/src/types/speech_to_text.ts +54 -0
  116. package/src/types/task.ts +1464 -0
  117. package/src/types/tenant.ts +36 -0
  118. package/src/types/translation.ts +52 -0
  119. package/src/types/vc.ts +1197 -0
  120. package/src/types/verification.ts +23 -0
  121. package/src/types/wiki.ts +313 -0
  122. package/src/types/workplace.ts +59 -0
  123. package/src/utils.ts +160 -8
  124. package/src/types/api.ts +0 -30835
  125. package/src/types/internal.ts +0 -84
  126. package/src/types/message/index.ts +0 -97
@@ -0,0 +1,817 @@
1
+ import { AclScope, Attachment, Calendar, CalendarAcl, CalendarEvent, CalendarEventAttendee, CalendarEventAttendeeChatMember, CalendarEventAttendeeId, EventLocation, EventSearchFilter, Freebusy, Instance, Reminder, Schema, TimeInfo, UserCalendar, Vchat } from '.'
2
+ import { Internal, Pagination } from '../internal'
3
+
4
+ declare module '../internal' {
5
+ interface Internal {
6
+ /**
7
+ * 创建共享日历
8
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/create
9
+ */
10
+ createCalendar(body: CreateCalendarRequest): Promise<CreateCalendarResponse>
11
+ /**
12
+ * 删除共享日历
13
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/delete
14
+ */
15
+ deleteCalendar(calendar_id: string): Promise<void>
16
+ /**
17
+ * 查询主日历信息
18
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/primary
19
+ */
20
+ primaryCalendar(query?: PrimaryCalendarQuery): Promise<PrimaryCalendarResponse>
21
+ /**
22
+ * 查询日历信息
23
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/get
24
+ */
25
+ getCalendar(calendar_id: string): Promise<GetCalendarResponse>
26
+ /**
27
+ * 查询主日历日程忙闲信息
28
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/freebusy/list
29
+ */
30
+ listCalendarFreebusy(body: ListCalendarFreebusyRequest, query?: ListCalendarFreebusyQuery): Promise<ListCalendarFreebusyResponse>
31
+ /**
32
+ * 查询日历列表
33
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/list
34
+ */
35
+ listCalendar(query?: ListCalendarQuery): Promise<ListCalendarResponse>
36
+ /**
37
+ * 更新日历信息
38
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/patch
39
+ */
40
+ patchCalendar(calendar_id: string, body: PatchCalendarRequest): Promise<PatchCalendarResponse>
41
+ /**
42
+ * 搜索日历
43
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/search
44
+ */
45
+ searchCalendar(body: SearchCalendarRequest, query?: Pagination): Promise<SearchCalendarResponse>
46
+ /**
47
+ * 订阅日历
48
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/subscribe
49
+ */
50
+ subscribeCalendar(calendar_id: string): Promise<SubscribeCalendarResponse>
51
+ /**
52
+ * 取消订阅日历
53
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/unsubscribe
54
+ */
55
+ unsubscribeCalendar(calendar_id: string): Promise<void>
56
+ /**
57
+ * 订阅日历变更事件
58
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/subscription
59
+ */
60
+ subscriptionCalendar(): Promise<void>
61
+ /**
62
+ * 取消订阅日历变更事件
63
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar/unsubscription
64
+ */
65
+ unsubscriptionCalendar(): Promise<void>
66
+ /**
67
+ * 创建访问控制
68
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/create
69
+ */
70
+ createCalendarCalendarAcl(calendar_id: string, body: CreateCalendarCalendarAclRequest, query?: CreateCalendarCalendarAclQuery): Promise<CreateCalendarCalendarAclResponse>
71
+ /**
72
+ * 删除访问控制
73
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/delete
74
+ */
75
+ deleteCalendarCalendarAcl(calendar_id: string, acl_id: string): Promise<void>
76
+ /**
77
+ * 获取访问控制列表
78
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/list
79
+ */
80
+ listCalendarCalendarAcl(calendar_id: string, query?: ListCalendarCalendarAclQuery): Paginated<CalendarAcl, 'acls'>
81
+ /**
82
+ * 订阅日历访问控制变更事件
83
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/subscription
84
+ */
85
+ subscriptionCalendarCalendarAcl(calendar_id: string): Promise<void>
86
+ /**
87
+ * 取消订阅日历访问控制变更事件
88
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-acl/unsubscription
89
+ */
90
+ unsubscriptionCalendarCalendarAcl(calendar_id: string): Promise<void>
91
+ /**
92
+ * 创建日程
93
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/create
94
+ */
95
+ createCalendarCalendarEvent(calendar_id: string, body: CreateCalendarCalendarEventRequest, query?: CreateCalendarCalendarEventQuery): Promise<CreateCalendarCalendarEventResponse>
96
+ /**
97
+ * 删除日程
98
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/delete
99
+ */
100
+ deleteCalendarCalendarEvent(calendar_id: string, event_id: string, query?: DeleteCalendarCalendarEventQuery): Promise<void>
101
+ /**
102
+ * 更新日程
103
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/patch
104
+ */
105
+ patchCalendarCalendarEvent(calendar_id: string, event_id: string, body: PatchCalendarCalendarEventRequest, query?: PatchCalendarCalendarEventQuery): Promise<PatchCalendarCalendarEventResponse>
106
+ /**
107
+ * 获取日程
108
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/get
109
+ */
110
+ getCalendarCalendarEvent(calendar_id: string, event_id: string, query?: GetCalendarCalendarEventQuery): Promise<GetCalendarCalendarEventResponse>
111
+ /**
112
+ * 获取日程列表
113
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/list
114
+ */
115
+ listCalendarCalendarEvent(calendar_id: string, query?: ListCalendarCalendarEventQuery): Promise<ListCalendarCalendarEventResponse>
116
+ /**
117
+ * 搜索日程
118
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/search
119
+ */
120
+ searchCalendarCalendarEvent(calendar_id: string, body: SearchCalendarCalendarEventRequest, query?: SearchCalendarCalendarEventQuery): Promise<SearchCalendarCalendarEventResponse>
121
+ /**
122
+ * 订阅日程变更事件
123
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/subscription
124
+ */
125
+ subscriptionCalendarCalendarEvent(calendar_id: string): Promise<void>
126
+ /**
127
+ * 取消订阅日程变更事件
128
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/unsubscription
129
+ */
130
+ unsubscriptionCalendarCalendarEvent(calendar_id: string): Promise<void>
131
+ /**
132
+ * 回复日程
133
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/reply
134
+ */
135
+ replyCalendarCalendarEvent(calendar_id: string, event_id: string, body: ReplyCalendarCalendarEventRequest): Promise<void>
136
+ /**
137
+ * 获取重复日程实例
138
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/instances
139
+ */
140
+ instancesCalendarCalendarEvent(calendar_id: string, event_id: string, query?: InstancesCalendarCalendarEventQuery): Paginated<Instance>
141
+ /**
142
+ * 查询日程视图
143
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event/instance_view
144
+ */
145
+ instanceViewCalendarCalendarEvent(calendar_id: string, query?: InstanceViewCalendarCalendarEventQuery): Promise<InstanceViewCalendarCalendarEventResponse>
146
+ /**
147
+ * 创建会议群
148
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-meeting_chat/create
149
+ */
150
+ createCalendarCalendarEventMeetingChat(calendar_id: string, event_id: string): Promise<CreateCalendarCalendarEventMeetingChatResponse>
151
+ /**
152
+ * 解绑会议群
153
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-meeting_chat/delete
154
+ */
155
+ deleteCalendarCalendarEventMeetingChat(calendar_id: string, event_id: string, query?: DeleteCalendarCalendarEventMeetingChatQuery): Promise<void>
156
+ /**
157
+ * 创建会议纪要
158
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-meeting_minute/create
159
+ */
160
+ createCalendarCalendarEventMeetingMinute(calendar_id: string, event_id: string): Promise<CreateCalendarCalendarEventMeetingMinuteResponse>
161
+ /**
162
+ * 创建请假日程
163
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/timeoff_event/create
164
+ */
165
+ createCalendarTimeoffEvent(body: CreateCalendarTimeoffEventRequest, query?: CreateCalendarTimeoffEventQuery): Promise<CreateCalendarTimeoffEventResponse>
166
+ /**
167
+ * 删除请假日程
168
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/timeoff_event/delete
169
+ */
170
+ deleteCalendarTimeoffEvent(timeoff_event_id: string): Promise<void>
171
+ /**
172
+ * 添加日程参与人
173
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee/create
174
+ */
175
+ createCalendarCalendarEventAttendee(calendar_id: string, event_id: string, body: CreateCalendarCalendarEventAttendeeRequest, query?: CreateCalendarCalendarEventAttendeeQuery): Promise<CreateCalendarCalendarEventAttendeeResponse>
176
+ /**
177
+ * 删除日程参与人
178
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee/batch_delete
179
+ */
180
+ batchDeleteCalendarCalendarEventAttendee(calendar_id: string, event_id: string, body: BatchDeleteCalendarCalendarEventAttendeeRequest, query?: BatchDeleteCalendarCalendarEventAttendeeQuery): Promise<void>
181
+ /**
182
+ * 获取日程参与人列表
183
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee/list
184
+ */
185
+ listCalendarCalendarEventAttendee(calendar_id: string, event_id: string, query?: ListCalendarCalendarEventAttendeeQuery): Paginated<CalendarEventAttendee>
186
+ /**
187
+ * 获取日程参与群成员列表
188
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee-chat_member/list
189
+ */
190
+ listCalendarCalendarEventAttendeeChatMember(calendar_id: string, event_id: string, attendee_id: string, query?: ListCalendarCalendarEventAttendeeChatMemberQuery): Paginated<CalendarEventAttendeeChatMember>
191
+ /**
192
+ * 生成 CalDAV 配置
193
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/setting/generate_caldav_conf
194
+ */
195
+ generateCaldavConfCalendarSetting(body: GenerateCaldavConfCalendarSettingRequest): Promise<GenerateCaldavConfCalendarSettingResponse>
196
+ /**
197
+ * 将 Exchange 账户绑定到飞书账户
198
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/exchange_binding/create
199
+ */
200
+ createCalendarExchangeBinding(body: CreateCalendarExchangeBindingRequest, query?: CreateCalendarExchangeBindingQuery): Promise<CreateCalendarExchangeBindingResponse>
201
+ /**
202
+ * 解除 Exchange 账户绑定
203
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/exchange_binding/delete
204
+ */
205
+ deleteCalendarExchangeBinding(exchange_binding_id: string): Promise<void>
206
+ /**
207
+ * 查询 Exchange 账户的绑定状态
208
+ * @see https://open.feishu.cn/document/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/exchange_binding/get
209
+ */
210
+ getCalendarExchangeBinding(exchange_binding_id: string, query?: GetCalendarExchangeBindingQuery): Promise<GetCalendarExchangeBindingResponse>
211
+ }
212
+ }
213
+
214
+ export interface CreateCalendarRequest {
215
+ /** 日历标题 */
216
+ summary?: string
217
+ /** 日历描述 */
218
+ description?: string
219
+ /** 权限 */
220
+ permissions?: 'private' | 'show_only_free_busy' | 'public'
221
+ /** 日历颜色,颜色RGB值的int32表示。客户端展示时会映射到色板上最接近的一种颜色。仅对当前身份生效 */
222
+ color?: number
223
+ /** 日历备注名,修改或添加后仅对当前身份生效 */
224
+ summary_alias?: string
225
+ }
226
+
227
+ export interface PrimaryCalendarQuery {
228
+ /** 此次调用中使用的用户ID的类型 */
229
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
230
+ }
231
+
232
+ export interface ListCalendarFreebusyRequest {
233
+ /** 查询时段开始时间,需要url编码 */
234
+ time_min: string
235
+ /** 查询时段结束时间,需要url编码 */
236
+ time_max: string
237
+ /** 用户user_id,输入时与 room_id 二选一。参见[用户相关的 ID 概念](/ssl:ttdoc/home/user-identity-introduction/introduction) */
238
+ user_id?: string
239
+ /** 会议室room_id,输入时与 user_id 二选一 */
240
+ room_id?: string
241
+ /** 是否包含绑定的三方日历中的日程,不传默认为true,即包含。 */
242
+ include_external_calendar?: boolean
243
+ /** 是否包含标记为空闲的日程,不传默认为true,即包含。 */
244
+ only_busy?: boolean
245
+ }
246
+
247
+ export interface ListCalendarFreebusyQuery {
248
+ /** 此次调用中使用的用户ID的类型 */
249
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
250
+ }
251
+
252
+ export interface ListCalendarQuery extends Pagination {
253
+ /** 上次请求Response返回的增量同步标记,分页请求未结束时为空 */
254
+ sync_token?: string
255
+ }
256
+
257
+ export interface PatchCalendarRequest {
258
+ /** 标题 */
259
+ summary?: string
260
+ /** 日历描述 */
261
+ description?: string
262
+ /** 权限 */
263
+ permissions?: 'private' | 'show_only_free_busy' | 'public'
264
+ /** 日历颜色,颜色RGB值的int32表示。客户端展示时会映射到色板上最接近的一种颜色。仅对当前身份生效 */
265
+ color?: number
266
+ /** 日历备注名,修改或添加后仅对当前身份生效 */
267
+ summary_alias?: string
268
+ }
269
+
270
+ export interface SearchCalendarRequest {
271
+ /** 搜索关键字 */
272
+ query: string
273
+ }
274
+
275
+ export interface CreateCalendarCalendarAclRequest {
276
+ /** 对日历的访问权限 */
277
+ role: 'unknown' | 'free_busy_reader' | 'reader' | 'writer' | 'owner'
278
+ /** 权限范围 */
279
+ scope: AclScope
280
+ }
281
+
282
+ export interface CreateCalendarCalendarAclQuery {
283
+ /** 此次调用中使用的用户ID的类型 */
284
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
285
+ }
286
+
287
+ export interface ListCalendarCalendarAclQuery extends Pagination {
288
+ /** 此次调用中使用的用户ID的类型 */
289
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
290
+ }
291
+
292
+ export interface CreateCalendarCalendarEventRequest {
293
+ /** 日程标题 */
294
+ summary?: string
295
+ /** 日程描述 */
296
+ description?: string
297
+ /** 是否发送通知消息 */
298
+ need_notification?: boolean
299
+ /** 日程开始时间 */
300
+ start_time: TimeInfo
301
+ /** 日程结束时间 */
302
+ end_time: TimeInfo
303
+ /** 视频会议信息,仅当日程至少有一位attendee时生效 */
304
+ vchat?: Vchat
305
+ /** 日程公开范围,新建日程默认为Default;仅新建日程时对所有参与人生效,之后修改该属性仅对当前身份生效 */
306
+ visibility?: 'default' | 'public' | 'private'
307
+ /** 参与人权限 */
308
+ attendee_ability?: 'none' | 'can_see_others' | 'can_invite_others' | 'can_modify_event'
309
+ /** 日程占用的忙闲状态,新建日程默认为Busy;仅新建日程时对所有参与人生效,之后修改该属性仅对当前身份生效 */
310
+ free_busy_status?: 'busy' | 'free'
311
+ /** 日程地点 */
312
+ location?: EventLocation
313
+ /** 日程颜色,颜色RGB值的int32表示。仅对当前身份生效;客户端展示时会映射到色板上最接近的一种颜色;值为0或-1时默认跟随日历颜色。 */
314
+ color?: number
315
+ /** 日程提醒列表 */
316
+ reminders?: Reminder[]
317
+ /** 重复日程的重复性规则 */
318
+ recurrence?: string
319
+ /** 日程自定义信息 */
320
+ schemas?: Schema[]
321
+ /** 日程附件 */
322
+ attachments?: Attachment[]
323
+ }
324
+
325
+ export interface CreateCalendarCalendarEventQuery {
326
+ /** 幂等唯一key */
327
+ idempotency_key?: string
328
+ /** 此次调用中使用的用户ID的类型 */
329
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
330
+ }
331
+
332
+ export interface DeleteCalendarCalendarEventQuery {
333
+ /** 删除日程是否给日程参与人发送bot通知,默认为true */
334
+ need_notification?: 'true' | 'false'
335
+ }
336
+
337
+ export interface PatchCalendarCalendarEventRequest {
338
+ /** 日程标题 */
339
+ summary?: string
340
+ /** 日程描述 */
341
+ description?: string
342
+ /** 是否发送通知消息 */
343
+ need_notification?: boolean
344
+ /** 日程开始时间 */
345
+ start_time?: TimeInfo
346
+ /** 日程结束时间 */
347
+ end_time?: TimeInfo
348
+ /** 视频会议信息,仅当日程至少有一位attendee时生效 */
349
+ vchat?: Vchat
350
+ /** 日程公开范围,新建日程默认为Default;仅新建日程时对所有参与人生效,之后修改该属性仅对当前身份生效 */
351
+ visibility?: 'default' | 'public' | 'private'
352
+ /** 参与人权限 */
353
+ attendee_ability?: 'none' | 'can_see_others' | 'can_invite_others' | 'can_modify_event'
354
+ /** 日程占用的忙闲状态,新建日程默认为Busy;仅新建日程时对所有参与人生效,之后修改该属性仅对当前身份生效 */
355
+ free_busy_status?: 'busy' | 'free'
356
+ /** 日程地点 */
357
+ location?: EventLocation
358
+ /** 日程颜色,颜色RGB值的int32表示。仅对当前身份生效;客户端展示时会映射到色板上最接近的一种颜色;值为0或-1时默认跟随日历颜色。 */
359
+ color?: number
360
+ /** 日程提醒列表 */
361
+ reminders?: Reminder[]
362
+ /** 重复日程的重复性规则 */
363
+ recurrence?: string
364
+ /** 日程自定义信息 */
365
+ schemas?: Schema[]
366
+ /** 日程附件 */
367
+ attachments?: Attachment[]
368
+ }
369
+
370
+ export interface PatchCalendarCalendarEventQuery {
371
+ /** 此次调用中使用的用户ID的类型 */
372
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
373
+ }
374
+
375
+ export interface GetCalendarCalendarEventQuery {
376
+ /** 是否需要返回会前设置 */
377
+ need_meeting_settings?: boolean
378
+ /** 是否需要返回参与人信息 */
379
+ need_attendee?: boolean
380
+ /** 返回的最大参与人数量 */
381
+ max_attendee_num?: number
382
+ /** 此次调用中使用的用户ID的类型 */
383
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
384
+ }
385
+
386
+ export interface ListCalendarCalendarEventQuery extends Pagination {
387
+ /** 拉取anchor_time之后的日程,为timestamp */
388
+ anchor_time?: string
389
+ /** 上次请求Response返回的增量同步标记,分页请求未结束时为空 */
390
+ sync_token?: string
391
+ /** 日程开始Unix时间戳,单位为秒 */
392
+ start_time?: string
393
+ /** 日程结束Unix时间戳,单位为秒 */
394
+ end_time?: string
395
+ /** 此次调用中使用的用户ID的类型 */
396
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
397
+ }
398
+
399
+ export interface SearchCalendarCalendarEventRequest {
400
+ /** 搜索关键字 */
401
+ query: string
402
+ /** 搜索过滤器 */
403
+ filter?: EventSearchFilter
404
+ }
405
+
406
+ export interface SearchCalendarCalendarEventQuery extends Pagination {
407
+ /** 此次调用中使用的用户ID的类型 */
408
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
409
+ }
410
+
411
+ export interface ReplyCalendarCalendarEventRequest {
412
+ /** rsvp-日程状态 */
413
+ rsvp_status: 'accept' | 'decline' | 'tentative'
414
+ }
415
+
416
+ export interface InstancesCalendarCalendarEventQuery extends Pagination {
417
+ /** 日程实例开始Unix时间戳,单位为秒,日程的end_time的下限(不包含) */
418
+ start_time: string
419
+ /** 日程实例结束Unix时间戳,单位为秒,日程的start_time上限(不包含) */
420
+ end_time: string
421
+ }
422
+
423
+ export interface InstanceViewCalendarCalendarEventQuery {
424
+ /** 日程开始Unix时间戳,单位为秒 */
425
+ start_time: string
426
+ /** 日程结束Unix时间戳,单位为秒 */
427
+ end_time: string
428
+ /** 此次调用中使用的用户ID的类型 */
429
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
430
+ }
431
+
432
+ export interface DeleteCalendarCalendarEventMeetingChatQuery {
433
+ /** 会议群ID */
434
+ meeting_chat_id: string
435
+ }
436
+
437
+ export interface CreateCalendarTimeoffEventRequest {
438
+ /** 用户的user id */
439
+ user_id: string
440
+ /** 休假人的时区 */
441
+ timezone: string
442
+ /** 休假开始时间(时间戳)/日期(2021-01-01),为日期时将生成全天日程,且与end_time对应,不符合将返回错误 */
443
+ start_time: string
444
+ /** 休假结束时间(时间戳)/日期(2021-01-01),为日期时将生成全天日程,与start_time对应,不符合将返回错误 */
445
+ end_time: string
446
+ /** 休假日程标题,可自定义例如:"请假中(全天) / 1-Day Time Off","请假中(半天) / 0.5-Day Time Off","长期休假中 / Leave of Absence","请假中" */
447
+ title?: string
448
+ /** 休假日程描述,可自定义,例如:"若拒绝或删除此日程,飞书中相应的“请假”标签将自动消失,而请假系统中的休假申请不会被撤销。If the event is rejected or deleted, corresponding "On Leave" tag in Feishu will disappear, while the leave request in the time off system will not be revoked." */
449
+ description?: string
450
+ }
451
+
452
+ export interface CreateCalendarTimeoffEventQuery {
453
+ /** 此次调用中使用的用户ID的类型 */
454
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
455
+ }
456
+
457
+ export interface CreateCalendarCalendarEventAttendeeRequest {
458
+ /** 新增参与人列表;<br>- 单次请求会议室的数量限制为100。 */
459
+ attendees?: CalendarEventAttendee[]
460
+ /** 是否给参与人发送bot通知 默认为true */
461
+ need_notification?: boolean
462
+ /** 使用管理员身份访问时要修改的实例(仅用于重复日程修改其中的一个实例,非重复日程无需填此字段) */
463
+ instance_start_time_admin?: string
464
+ /** 是否启用管理员身份(需先在管理后台设置某人为会议室管理员) */
465
+ is_enable_admin?: boolean
466
+ /** 是否添加会议室operate_id标识的用户到参与人 */
467
+ add_operator_to_attendee?: boolean
468
+ }
469
+
470
+ export interface CreateCalendarCalendarEventAttendeeQuery {
471
+ /** 此次调用中使用的用户ID的类型 */
472
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
473
+ }
474
+
475
+ export interface BatchDeleteCalendarCalendarEventAttendeeRequest {
476
+ /** 要移除的参与人 ID 列表。参见[参与人ID说明](/ssl:ttdoc/uAjLw4CM/ukTMukTMukTM/reference/calendar-v4/calendar-event-attendee/introduction#4998889c) */
477
+ attendee_ids?: string[]
478
+ /** 需要删除的参与人类型实体ID,作为attendee_ids字段的补充。 */
479
+ delete_ids?: CalendarEventAttendeeId[]
480
+ /** 删除日程参与人时是否要给参与人发送bot通知,默认为true */
481
+ need_notification?: boolean
482
+ /** 使用管理员身份访问时要修改的实例 */
483
+ instance_start_time_admin?: string
484
+ /** 是否启用管理员身份(需先在管理后台设置某人为会议室管理员) */
485
+ is_enable_admin?: boolean
486
+ }
487
+
488
+ export interface BatchDeleteCalendarCalendarEventAttendeeQuery {
489
+ /** 此次调用中使用的用户ID的类型 */
490
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
491
+ }
492
+
493
+ export interface ListCalendarCalendarEventAttendeeQuery extends Pagination {
494
+ /** 此次调用中使用的用户ID的类型 */
495
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
496
+ /** 是否需要会议室表单信息 */
497
+ need_resource_customization?: boolean
498
+ }
499
+
500
+ export interface ListCalendarCalendarEventAttendeeChatMemberQuery extends Pagination {
501
+ /** 此次调用中使用的用户ID的类型 */
502
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
503
+ }
504
+
505
+ export interface GenerateCaldavConfCalendarSettingRequest {
506
+ /** 需要同步日历的设备名,在日历中展示用来管理密码 */
507
+ device_name?: string
508
+ }
509
+
510
+ export interface CreateCalendarExchangeBindingRequest {
511
+ /** admin账户 */
512
+ admin_account?: string
513
+ /** 用户绑定的Exchange账户 */
514
+ exchange_account?: string
515
+ /** Exchange账户绑定user唯一标识id */
516
+ user_id?: string
517
+ }
518
+
519
+ export interface CreateCalendarExchangeBindingQuery {
520
+ /** 此次调用中使用的用户ID的类型 */
521
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
522
+ }
523
+
524
+ export interface GetCalendarExchangeBindingQuery {
525
+ /** 此次调用中使用的用户ID的类型 */
526
+ user_id_type?: 'user_id' | 'union_id' | 'open_id'
527
+ }
528
+
529
+ export interface CreateCalendarResponse {
530
+ /** 日历信息 */
531
+ calendar?: Calendar
532
+ }
533
+
534
+ export interface PrimaryCalendarResponse {
535
+ /** 主日历列表 */
536
+ calendars?: UserCalendar[]
537
+ }
538
+
539
+ export interface GetCalendarResponse {
540
+ /** 日历OpenId */
541
+ calendar_id: string
542
+ /** 日历标题 */
543
+ summary?: string
544
+ /** 日历描述 */
545
+ description?: string
546
+ /** 权限 */
547
+ permissions?: 'private' | 'show_only_free_busy' | 'public'
548
+ /** 日历颜色,颜色RGB值的int32表示。客户端展示时会映射到色板上最接近的一种颜色。仅对当前身份生效 */
549
+ color?: number
550
+ /** 日历类型 */
551
+ type?: 'unknown' | 'primary' | 'shared' | 'google' | 'resource' | 'exchange'
552
+ /** 日历备注名,修改或添加后仅对当前身份生效 */
553
+ summary_alias?: string
554
+ /** 对于当前身份,日历是否已经被标记为删除 */
555
+ is_deleted?: boolean
556
+ /** 当前日历是否是第三方数据;三方日历及日程只支持读,不支持写入 */
557
+ is_third_party?: boolean
558
+ /** 当前身份对于该日历的访问权限 */
559
+ role?: 'unknown' | 'free_busy_reader' | 'reader' | 'writer' | 'owner'
560
+ }
561
+
562
+ export interface ListCalendarFreebusyResponse {
563
+ /** 日历上请求时间区间内的忙闲信息 */
564
+ freebusy_list?: Freebusy[]
565
+ }
566
+
567
+ export interface ListCalendarResponse {
568
+ /** 是否有下一页数据 */
569
+ has_more?: boolean
570
+ /** 下次请求需要带上的分页标记,90 天有效期 */
571
+ page_token?: string
572
+ /** 下次请求需要带上的增量同步标记,90 天有效期 */
573
+ sync_token?: string
574
+ /** 分页加载的日历数据列表 */
575
+ calendar_list?: Calendar[]
576
+ }
577
+
578
+ export interface PatchCalendarResponse {
579
+ /** 日历信息 */
580
+ calendar?: Calendar
581
+ }
582
+
583
+ export interface SearchCalendarResponse {
584
+ /** 搜索命中的日历列表 */
585
+ items?: Calendar[]
586
+ /** 下次请求需要带上的分页标记 */
587
+ page_token?: string
588
+ }
589
+
590
+ export interface SubscribeCalendarResponse {
591
+ /** 日历信息 */
592
+ calendar?: Calendar
593
+ }
594
+
595
+ export interface CreateCalendarCalendarAclResponse {
596
+ /** acl资源ID */
597
+ acl_id: string
598
+ /** 对日历的访问权限 */
599
+ role: 'unknown' | 'free_busy_reader' | 'reader' | 'writer' | 'owner'
600
+ /** 权限范围 */
601
+ scope: AclScope
602
+ }
603
+
604
+ export interface CreateCalendarCalendarEventResponse {
605
+ /** 日程信息 */
606
+ event?: CalendarEvent
607
+ }
608
+
609
+ export interface PatchCalendarCalendarEventResponse {
610
+ /** 日程信息 */
611
+ event?: CalendarEvent
612
+ }
613
+
614
+ export interface GetCalendarCalendarEventResponse {
615
+ /** 日程信息 */
616
+ event?: CalendarEvent
617
+ }
618
+
619
+ export interface ListCalendarCalendarEventResponse {
620
+ /** 是否有下一页数据 */
621
+ has_more?: boolean
622
+ /** 下次请求需要带上的分页标记,90 天有效期 */
623
+ page_token?: string
624
+ /** 下次请求需要带上的增量同步标记,90 天有效期 */
625
+ sync_token?: string
626
+ /** 日程列表 */
627
+ items?: CalendarEvent[]
628
+ }
629
+
630
+ export interface SearchCalendarCalendarEventResponse {
631
+ /** 搜索命中的日程列表 */
632
+ items?: CalendarEvent[]
633
+ /** 下次请求需要带上的分页标记 */
634
+ page_token?: string
635
+ }
636
+
637
+ export interface InstanceViewCalendarCalendarEventResponse {
638
+ /** 日程instance列表 */
639
+ items?: Instance[]
640
+ }
641
+
642
+ export interface CreateCalendarCalendarEventMeetingChatResponse {
643
+ /** 会议群ID */
644
+ meeting_chat_id?: string
645
+ /** 群分享链接 */
646
+ applink?: string
647
+ }
648
+
649
+ export interface CreateCalendarCalendarEventMeetingMinuteResponse {
650
+ /** 文档URL */
651
+ doc_url?: string
652
+ }
653
+
654
+ export interface CreateCalendarTimeoffEventResponse {
655
+ /** 休假申请的唯一标识id */
656
+ timeoff_event_id: string
657
+ /** 用户的user id */
658
+ user_id: string
659
+ /** 休假人的时区 */
660
+ timezone: string
661
+ /** 休假开始时间(时间戳)/日期(2021-01-01),为日期时将生成全天日程,且与end_time对应,不符合将返回错误 */
662
+ start_time: string
663
+ /** 休假结束时间(时间戳)/日期(2021-01-01),为日期时将生成全天日程,与start_time对应,不符合将返回错误 */
664
+ end_time: string
665
+ /** 休假日程标题,可自定义例如:"请假中(全天) / 1-Day Time Off","请假中(半天) / 0.5-Day Time Off","长期休假中 / Leave of Absence","请假中" */
666
+ title?: string
667
+ /** 休假日程描述,可自定义,例如:"若拒绝或删除此日程,飞书中相应的“请假”标签将自动消失,而请假系统中的休假申请不会被撤销。If the event is rejected or deleted, corresponding "On Leave" tag in Feishu will disappear, while the leave request in the time off system will not be revoked." */
668
+ description?: string
669
+ }
670
+
671
+ export interface CreateCalendarCalendarEventAttendeeResponse {
672
+ /** 被添加的参与人列表 */
673
+ attendees?: CalendarEventAttendee[]
674
+ }
675
+
676
+ export interface GenerateCaldavConfCalendarSettingResponse {
677
+ /** caldav密码 */
678
+ password?: string
679
+ /** caldav用户名 */
680
+ user_name?: string
681
+ /** 服务器地址 */
682
+ server_address?: string
683
+ /** 设备名 */
684
+ device_name?: string
685
+ }
686
+
687
+ export interface CreateCalendarExchangeBindingResponse {
688
+ /** admin账户 */
689
+ admin_account?: string
690
+ /** 用户绑定的Exchange账户 */
691
+ exchange_account?: string
692
+ /** Exchange账户绑定user唯一标识id */
693
+ user_id?: string
694
+ /** Exchange账户同步状态 */
695
+ status?: 'doing' | 'cal_done' | 'timespan_done' | 'done' | 'err'
696
+ /** exchange绑定唯一标识id */
697
+ exchange_binding_id: string
698
+ }
699
+
700
+ export interface GetCalendarExchangeBindingResponse {
701
+ /** admin账户 */
702
+ admin_account?: string
703
+ /** 用户绑定的Exchange账户 */
704
+ exchange_account?: string
705
+ /** Exchange账户绑定user唯一标识id */
706
+ user_id?: string
707
+ /** Exchange账户同步状态 */
708
+ status?: 'doing' | 'cal_done' | 'timespan_done' | 'done' | 'err'
709
+ /** Exchange绑定关系唯一标识ID */
710
+ exchange_binding_id?: string
711
+ }
712
+
713
+ Internal.define({
714
+ '/calendar/v4/calendars': {
715
+ POST: 'createCalendar',
716
+ GET: 'listCalendar',
717
+ },
718
+ '/calendar/v4/calendars/{calendar_id}': {
719
+ DELETE: 'deleteCalendar',
720
+ GET: 'getCalendar',
721
+ PATCH: 'patchCalendar',
722
+ },
723
+ '/calendar/v4/calendars/primary': {
724
+ POST: 'primaryCalendar',
725
+ },
726
+ '/calendar/v4/freebusy/list': {
727
+ POST: 'listCalendarFreebusy',
728
+ },
729
+ '/calendar/v4/calendars/search': {
730
+ POST: 'searchCalendar',
731
+ },
732
+ '/calendar/v4/calendars/{calendar_id}/subscribe': {
733
+ POST: 'subscribeCalendar',
734
+ },
735
+ '/calendar/v4/calendars/{calendar_id}/unsubscribe': {
736
+ POST: 'unsubscribeCalendar',
737
+ },
738
+ '/calendar/v4/calendars/subscription': {
739
+ POST: 'subscriptionCalendar',
740
+ },
741
+ '/calendar/v4/calendars/unsubscription': {
742
+ POST: 'unsubscriptionCalendar',
743
+ },
744
+ '/calendar/v4/calendars/{calendar_id}/acls': {
745
+ POST: 'createCalendarCalendarAcl',
746
+ GET: { name: 'listCalendarCalendarAcl', pagination: { argIndex: 1, itemsKey: 'acls' } },
747
+ },
748
+ '/calendar/v4/calendars/{calendar_id}/acls/{acl_id}': {
749
+ DELETE: 'deleteCalendarCalendarAcl',
750
+ },
751
+ '/calendar/v4/calendars/{calendar_id}/acls/subscription': {
752
+ POST: 'subscriptionCalendarCalendarAcl',
753
+ },
754
+ '/calendar/v4/calendars/{calendar_id}/acls/unsubscription': {
755
+ POST: 'unsubscriptionCalendarCalendarAcl',
756
+ },
757
+ '/calendar/v4/calendars/{calendar_id}/events': {
758
+ POST: 'createCalendarCalendarEvent',
759
+ GET: 'listCalendarCalendarEvent',
760
+ },
761
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}': {
762
+ DELETE: 'deleteCalendarCalendarEvent',
763
+ PATCH: 'patchCalendarCalendarEvent',
764
+ GET: 'getCalendarCalendarEvent',
765
+ },
766
+ '/calendar/v4/calendars/{calendar_id}/events/search': {
767
+ POST: 'searchCalendarCalendarEvent',
768
+ },
769
+ '/calendar/v4/calendars/{calendar_id}/events/subscription': {
770
+ POST: 'subscriptionCalendarCalendarEvent',
771
+ },
772
+ '/calendar/v4/calendars/{calendar_id}/events/unsubscription': {
773
+ POST: 'unsubscriptionCalendarCalendarEvent',
774
+ },
775
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/reply': {
776
+ POST: 'replyCalendarCalendarEvent',
777
+ },
778
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/instances': {
779
+ GET: { name: 'instancesCalendarCalendarEvent', pagination: { argIndex: 2 } },
780
+ },
781
+ '/calendar/v4/calendars/{calendar_id}/events/instance_view': {
782
+ GET: 'instanceViewCalendarCalendarEvent',
783
+ },
784
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/meeting_chat': {
785
+ POST: 'createCalendarCalendarEventMeetingChat',
786
+ DELETE: 'deleteCalendarCalendarEventMeetingChat',
787
+ },
788
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/meeting_minute': {
789
+ POST: 'createCalendarCalendarEventMeetingMinute',
790
+ },
791
+ '/calendar/v4/timeoff_events': {
792
+ POST: 'createCalendarTimeoffEvent',
793
+ },
794
+ '/calendar/v4/timeoff_events/{timeoff_event_id}': {
795
+ DELETE: 'deleteCalendarTimeoffEvent',
796
+ },
797
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/attendees': {
798
+ POST: 'createCalendarCalendarEventAttendee',
799
+ GET: { name: 'listCalendarCalendarEventAttendee', pagination: { argIndex: 2 } },
800
+ },
801
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/attendees/batch_delete': {
802
+ POST: 'batchDeleteCalendarCalendarEventAttendee',
803
+ },
804
+ '/calendar/v4/calendars/{calendar_id}/events/{event_id}/attendees/{attendee_id}/chat_members': {
805
+ GET: { name: 'listCalendarCalendarEventAttendeeChatMember', pagination: { argIndex: 3 } },
806
+ },
807
+ '/calendar/v4/settings/generate_caldav_conf': {
808
+ POST: 'generateCaldavConfCalendarSetting',
809
+ },
810
+ '/calendar/v4/exchange_bindings': {
811
+ POST: 'createCalendarExchangeBinding',
812
+ },
813
+ '/calendar/v4/exchange_bindings/{exchange_binding_id}': {
814
+ DELETE: 'deleteCalendarExchangeBinding',
815
+ GET: 'getCalendarExchangeBinding',
816
+ },
817
+ })