Unable to create recurring meeting using zoom API

creates only instant meeting instead of recurring meeting for a start date end date ranges with specified days.

Please find the data below.

$data = [

'agenda' => 'our meeting desc',
'default_password' => false,
'topic' => 'A new test zoom meeting',

“password” => ‘’,
“pre_schedule” => false,
“schedule_for” => ‘****@gmail.com’,
“recurrence” => [
“end_date_time” =>“2022-04-24T16:00:00Z”,
“monthly_week” => 1,
“monthly_week_day” => 1,2,3,
“weekly_days” => 1,2,3,
“type” => 2
],
‘settings’ => [
‘auto_recording’=> “local”,
‘host_video’ => false,
‘participant_video’ => false,
‘password’ => ‘’,
‘join_before_host’ => false,
‘audio’ => true,
‘approval_type’ => 2,
“type” => 8
],
“start_time” => “2022-03-24T14:15:22Z”,
];

Hi, @palsnorthedison,

Welcome to the Developer Forum. Can you share more context about what you are looking to accomplish?