[Index]

Model: data/MeetingRoomBusinessHolidays

Meeting Room business holidays. Global default + optional country/region/site overrides. Times are LOCAL to the site's time zone. Supports one-off date, fixed annual (MM-DD), or rule-based (nth weekday in month). Exactly one pattern must be used per record (documented via descriptions). If none configured for a site, treat as no-holiday.

Model Details: data/MeetingRoomBusinessHolidays

Title Description Details
Name * Holiday name (e.g., 'Independence Day').
  • Field Name: name
  • Type: String
  • MaxLength: 1024
Description
  • Field Name: description
  • Type: String
  • MaxLength: 1024
Country Country reference; null = global default.
  • Field Name: country
  • Type: String
  • Target: data/Countries
  • Target attr: country_name
  • MaxLength: 1024
  • Format: uri
Holiday Date * Specify the date of the holiday.
  • Field Name: holiday_date
  • Type: String
  • MaxLength: 1024
  • Format: date
Is Active Active flag. Default: True
  • Field Name: is_active
  • Type: Boolean
  • Default: True