Create recurrence meeting with api error

I post meeting create api.

{
“topic”:“test”,
“agenda”:“test”,
“type”:2,
“start_time”:“2020-07-24T13:39:00”,
“timezone”:“368”,
“password”:"",
“duration”:60,
“recurrence”: {
“type”: 1,
“end_date_time”: “2020-08-07T09:23:23Z”
},
“settings”:{
“join_before_host”:false,
“host_video”:false,
“participant_video”:false,
“mute_upon_entry”:false,
“enforce_login”:false,
“auto_recording”:“none”,
“alternative_hosts”:""
}
}

When I check on the zoom panel, I see that there is only 1 record.

Hey @ali,

Your meeting type needs to be set to 8, a recurring meeting.

Thanks,
Tommy

1 Like

My fault. Thank you.

1 Like

No worries! Glad we figured it out! :slight_smile:

Thanks,
Tommy

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.