Unified.to · Schema

property_CalendarEventRecurrence_excluded_dates

dates to exclude from the recurrence, defaults to undefined (no exclusions)

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-calendareventrecurrence-excluded-dates-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CalendarEventRecurrence_excluded_dates",
  "title": "property_CalendarEventRecurrence_excluded_dates",
  "description": "dates to exclude from the recurrence, defaults to undefined (no exclusions)",
  "items": {
    "type": "string"
  },
  "type": "array"
}