fix: lark get free busy param error (#4285)
Co-authored-by: chengcheng.frontend <chengcheng.frontend@bytedance.com> Co-authored-by: Joe Au-Yeung <65426560+joeauyeung@users.noreply.github.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/4289/head^2
parent
4aa9c830c1
commit
38ccd7b159
|
@ -282,9 +282,6 @@ export default class LarkCalendarService implements Calendar {
|
||||||
|
|
||||||
const response = await this.fetcher(`/calendar/v4/freebusy/batch_get`, {
|
const response = await this.fetcher(`/calendar/v4/freebusy/batch_get`, {
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
|
||||||
"x-tt-env": "boe_wangzichao",
|
|
||||||
},
|
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
time_min: dateFrom,
|
time_min: dateFrom,
|
||||||
time_max: dateTo,
|
time_max: dateTo,
|
||||||
|
|
Loading…
Reference in New Issue