Hi we are trying to create recurring meeting by posting this json data :
{
"topic": "Appointment Booking for 82",
"agenda": "",
"type": 2,
"start_time": "2022-06-15T16:04:00",
"timezone": "UTC",
"password": "",
"duration": 60,
"settings": {
"join_before_host": false,
"host_video": true,
"participant_video": false,
"mute_upon_entry": false,
"authentication_option": false,
"auto_recording": "none",
"alternative_hosts": ""
},
"recurrence": {
"end_date_time": "2022-07-02T15:59:00Z",
"end_times": 7,
"monthly_day": 1,
"monthly_week": 1,
"monthly_week_day": 1,
"repeat_interval": 1,
"type": 1
}
}
this creates the meeting with status code 201 but its not a recurring meeting.
https://www.getpostman.com/collections/ba86b4f09e86d5235ae3
Please provide some help .Our’s free account on zoom .