Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.14 KB

File metadata and controls

42 lines (34 loc) · 1.14 KB

WFLA Events

School calendar data for WFLA (World Foreign Language Academy). Used by Outspire widgets and push notifications.

Structure

Each file is named by academic year (e.g., 2025-2026.json) and contains:

  • semesters — start/end dates
  • specialDays — exams, events, makeup days with track (IBDP/A-Level) and grade filtering

Schema

{
  "school": "WFLA",
  "academicYear": "2025-2026",
  "semesters": [
    { "start": "2025-09-01", "end": "2026-01-17" }
  ],
  "specialDays": [
    {
      "date": "2026-01-12",
      "type": "exam",
      "name": "Final Exams",
      "cancelsClasses": true,
      "track": "all",
      "grades": ["all"]
    }
  ]
}

Special Day Fields

Field Values Description
type exam, event, notice, makeup Category
cancelsClasses true/false Whether normal classes are cancelled
track all, ibdp, alevel Curriculum track
grades ["all"] or ["2023","2024"] Entry years affected
followsWeekday 1-5 (optional) For makeup days: which weekday's schedule to follow