Unified.to · Schema

property_CalendarEventRecurrence_on_weeks

week ordinals for BYDAY (e.g., -1 for last, -2 for second-to-last, 1 for first, 2 for second), only used with on_days. 0 is used for days without week ordinals.

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-calendareventrecurrence-on-weeks-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_CalendarEventRecurrence_on_weeks",
  "title": "property_CalendarEventRecurrence_on_weeks",
  "description": "week ordinals for BYDAY (e.g., -1 for last, -2 for second-to-last, 1 for first, 2 for second), only used with on_days. 0 is used for days without week ordinals.",
  "items": {
    "type": "number"
  },
  "type": "array"
}