Unified.to · Schema

property_CalendarEventRecurrence_on_days

days of the week to repeat on, defaults to undefined (every day), only used if frequency is WEEKLY

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-calendareventrecurrence-on-days-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CalendarEventRecurrence_on_days",
  "title": "property_CalendarEventRecurrence_on_days",
  "description": "days of the week to repeat on, defaults to undefined (every day), only used if frequency is WEEKLY",
  "items": {
    "enum": [
      "SU",
      "MO",
      "TU",
      "WE",
      "TH",
      "FR",
      "SA"
    ],
    "type": "string",
    "x-speakeasy-unknown-values": "allow"
  },
  "type": "array"
}