Create recurrence meeting Error

Description
I want to create a recurrence meeting, then my parameter is:
{
“agenda”:null,
“duration”:30,
“password”:null,
“recurrence”:{
“end_date_time”:“2020-05-25T16:30:00”,
“end_times”:null,
“monthly_day”:null,
“monthly_week”:null,
“monthly_week_day”:null,
“repeat_interval”:0,
“type”:1,
“weekly_days”:null
},
“schedule_for”:null,
“settings”:null,
“start_time”:“2020-05-22T16:00:00”,
“timezone”:“Asia/Shanghai”,
“topic”:“recurrence meeting AAA”,
“type”:8
}
URL:https://api.zoom.us/v2/users/{userId}/meetings
then,I get the result. But the occurrences content is from 2020-05-22 to 2020-05-28,
I only want 3 day’s meeting,but I get 7 day’s meeting.
Is my parameter wrong?

O,I know where is wrong.
In recurrence, the end_date_time was wrong.

2 Likes

Hi @vgpal,

Happy to hear you found the issue. Let us know if you have any other questions.

Phillip

1 Like