Zoom · Schema
Recurrence
Recurrence settings for recurring meetings.
ChatCollaborationCommunicationsMeetingsVideo ConferencingVideosWebinars
Properties
| Name | Type | Description |
|---|---|---|
| type | integer | Recurrence type. 1 - Daily, 2 - Weekly, 3 - Monthly. |
| repeat_interval | integer | Interval at which the meeting recurs. For daily, max 90. For weekly, max 12. For monthly, max 3. |
| weekly_days | string | Days of the week for weekly recurrence. 1-Sunday through 7-Saturday. Comma separated for multiple days. |
| monthly_day | integer | Day of the month for monthly recurrence (1-31). |
| monthly_week | integer | Week of the month for monthly recurrence. -1 - Last week, 1 - First, 2 - Second, 3 - Third, 4 - Fourth. |
| monthly_week_day | integer | Day of the week for monthly recurrence. 1-Sunday through 7-Saturday. |
| end_times | integer | Number of times the meeting will recur before ending. Cannot be used with end_date_time. Maximum 365 for daily, 99 for weekly and monthly. |
| end_date_time | string | The end date-time for the recurrence. Cannot be used with end_times. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Recurrence",
"type": "object",
"description": "Recurrence settings for recurring meetings.",
"properties": {
"type": {
"type": "integer",
"description": "Recurrence type. 1 - Daily, 2 - Weekly, 3 - Monthly."
},
"repeat_interval": {
"type": "integer",
"description": "Interval at which the meeting recurs. For daily, max 90. For weekly, max 12. For monthly, max 3."
},
"weekly_days": {
"type": "string",
"description": "Days of the week for weekly recurrence. 1-Sunday through 7-Saturday. Comma separated for multiple days."
},
"monthly_day": {
"type": "integer",
"description": "Day of the month for monthly recurrence (1-31)."
},
"monthly_week": {
"type": "integer",
"description": "Week of the month for monthly recurrence. -1 - Last week, 1 - First, 2 - Second, 3 - Third, 4 - Fourth."
},
"monthly_week_day": {
"type": "integer",
"description": "Day of the week for monthly recurrence. 1-Sunday through 7-Saturday."
},
"end_times": {
"type": "integer",
"description": "Number of times the meeting will recur before ending. Cannot be used with end_date_time. Maximum 365 for daily, 99 for weekly and monthly."
},
"end_date_time": {
"type": "string",
"description": "The end date-time for the recurrence. Cannot be used with end_times."
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/zoom-meeting-recurrence"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.