Unable to create daily recurring meeting for more than 50 days

Hi Zoom,

Created Zoom meeting using create meeting API with this configuration
URL - “https://api.zoom.us/v2/users/AsxkatrjTQ-FD1ZD3DcYzg/meetings

{
“topic”: “test occurrences”,
“type”: 8,
“start_time”: “2023-02-28T17:35:00.000+05:30”,
“default_password”: false,
“duration”: 60,
“timezone”: “Asia/Calcutta”,
“pre_schedule”: false,
“recurrence”: {
“type”: 1,
“repeat_interval”: 1,
“end_times”: 89
},r_type": 2,
“close_registration”: true,
“contact_name”: “wacev20314@vapaka.com”,
"email_no
“settings”: {
“allow_multiple_devices”: true,
“alternative_hosts_email_notification”: true,
“approval_type”: 2,
“audio”: “both”,
“calendatification”: true,
“encryption_type”: “enhanced_encryption”,
“join_before_host”: false,
“mute_upon_entry”: true,
“participant_video”: true,
“private_meeting”: false,
“use_pmi”: false,
“waiting_room”: true,
“watermark”: false
}
}

But getting only 1 occurrences in response as shown below
{
uuid: “SesyRdeWREqJ8DG1ppm+cg==”,
id: 96653378732,
host_id: “AsxkatrjTQ-FD1ZD3DcYzg”,
host_email: “host_6fdb8ec0-a494-4c23-bfb4-94abf91fe1b3@isv.recoverlution.com”,
topic: “test occurrences”,
type: 8,
status: “waiting”,
timezone: “Asia/Calcutta”,
created_at: “2023-02-16T11:06:41Z”,
start_url: “Launch Meeting - Zoom”,
join_url: “Launch Meeting - Zoom”,
occurrences: [
{
occurrence_id: “1677585900000”,
start_time: “2023-02-28T12:05:00Z”,
duration: 60,
status: “available”,
},
],
settings: {
host_video: false,
participant_video: true,
cn_meeting: false,
in_meeting: false,
join_before_host: false,
jbh_time: 0,
mute_upon_entry: true,
watermark: false,
use_pmi: false,
approval_type: 2,
audio: “both”,
auto_recording: “none”,
enforce_login: false,
enforce_login_domains: “”,
alternative_hosts: “”,
alternative_host_update_polls: false,
close_registration: false,
show_share_button: false,
allow_multiple_devices: false,
registrants_confirmation_email: true,
waiting_room: true,
request_permission_to_unmute_participants: false,
global_dial_in_countries: [
“US”,
],
global_dial_in_numbers: [
{
country_name: “US”,
number: “+1 3602095623”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 3863475053”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 5074734847”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 5642172000”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 6469313860”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 6694449171”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
city: “San Jose”,
number: “+1 6699006833”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 6892781000”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 7193594580”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
city: “New York”,
number: “+1 9292056099”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 2532050468”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
city: “Tacoma”,
number: “+1 2532158782”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
city: “Washington DC”,
number: “+1 3017158592”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 3052241968”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
number: “+1 3092053325”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
city: “Chicago”,
number: “+1 3126266799”,
type: “toll”,
country: “US”,
},
{
country_name: “US”,
city: “Houston”,
number: “+1 3462487799”,
type: “toll”,
country: “US”,
},
],
registrants_email_notification: true,
meeting_authentication: false,
encryption_type: “enhanced_encryption”,
approved_or_denied_countries_or_regions: {
enable: false,
},
breakout_room: {
enable: false,
},
alternative_hosts_email_notification: true,
device_testing: false,
focus_mode: false,
enable_dedicated_group_chat: false,
private_meeting: false,
calendar_type: 2,
email_notification: true,
host_save_video_order: false,
},
recurrence: {
type: 1,
repeat_interval: 1,
end_times: 1,
},
pre_schedule: false,
}

But it works fine if end_times is less than 51. But what I can see from create meeting API doc, max value supported is 365.

Am I following any other limits?

Hi @recoverlution
Thanks for reaching out to the Zoom Developer Forum and sorry we missed your post!
Were you able to troubleshoot this issue?
Are you able to now book more than 50 recurring meetings?

Hi Elisa,
Thanks for the reply.
We contacted the support team. They said this is the default behavior and to increase the number of occurrences we can make an internal request via the support portal. They have increased the limit for my account. It’s resolved now.