Webex · Schema

UserScheduleRecurrenceObject

Recurrence definition for a user's schedule event.

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
recurForEver boolean Flag to indicate if event will recur forever.
recurEndDate string End date of recurrence.
recurEndOccurrence integer Number of occurrences after which the event will stop recurring.
recurDaily object Specifies the number of days between the start of each recurrence and is not allowed with `recurWeekly`.
recurWeekly object
View JSON Schema on GitHub

JSON Schema

webex-userschedulerecurrenceobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserScheduleRecurrenceObject",
  "title": "UserScheduleRecurrenceObject",
  "type": "object",
  "description": "Recurrence definition for a user's schedule event.",
  "example": {
    "recurForEver": true,
    "recurEndDate": "2020-03-31",
    "recurDaily": {
      "recurInterval": 1
    },
    "recurWeekly": {
      "sunday": false,
      "monday": true,
      "tuesday": false,
      "wednesday": true,
      "thursday": false,
      "friday": true,
      "saturday": false
    }
  },
  "properties": {
    "recurForEver": {
      "type": "boolean",
      "example": true,
      "description": "Flag to indicate if event will recur forever."
    },
    "recurEndDate": {
      "type": "string",
      "example": "2021-11-30",
      "description": "End date of recurrence."
    },
    "recurEndOccurrence": {
      "type": "integer",
      "example": 2,
      "description": "Number of occurrences after which the event will stop recurring."
    },
    "recurDaily": {
      "type": "object",
      "example": {
        "recurInterval": 1
      },
      "required": [
        "recurInterval"
      ],
      "properties": {
        "recurInterval": {
          "type": "number",
          "example": 1,
          "description": "Recurring interval in days. The number of days after the start when an event will repeat.  Repetitions cannot overlap."
        }
      },
      "description": "Specifies the number of days between the start of each recurrence and is not allowed with `recurWeekly`."
    },
    "recurWeekly": {
      "$ref": "#/components/schemas/RecurWeeklyObject"
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webex-userschedulerecurrenceobject"
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 email required.

A second provider on the same verified email joins the account you already have.