diff --git a/school-calendar/events2023.json b/school-calendar/events2023.json index 3b78f70..3df9279 100644 --- a/school-calendar/events2023.json +++ b/school-calendar/events2023.json @@ -1,32 +1,32 @@ [ { "date": "2023-04-05", - "type": "Other", + "type": "Holiday", "description": "入学式" }, { "date": "2023-04-06", - "type": "Other", + "type": "Holiday", "description": "学群1年次TOEIC IPテスト" }, { "date": "2023-04-07", - "type": "Other", + "type": "Holiday", "description": "新入生オリエンテーション" }, { "date": "2023-04-10", - "type": "Other", + "type": "Holiday", "description": "オリエンテーション予備日" }, { "date": "2023-04-11", - "type": "Other", + "type": "Holiday", "description": "オリエンテーション予備日" }, { "date": "2023-04-12", - "type": "Other", + "type": "Holiday", "description": "オリエンテーション予備日" }, { diff --git a/school-calendar/module2023.json b/school-calendar/module2023.json index 92266b3..53031b3 100644 --- a/school-calendar/module2023.json +++ b/school-calendar/module2023.json @@ -1,50 +1,50 @@ [ - { - "year": 2023, - "module": "SpringA", - "start": "2023-04-13", - "end": "2023-05-23" - }, - { - "year": 2023, - "module": "SpringB", - "start": "2023-05-24", - "end": "2023-07-04" - }, - { - "year": 2023, - "module": "SpringC", - "start": "2023-07-05", - "end": "2023-08-10" - }, - { - "year": 2023, - "module": "SummerVacation", - "start": "2023-08-11", - "end": "2023-09-30" - }, - { - "year": 2023, - "module": "FallA", - "start": "2023-10-01", - "end": "2023-11-09" - }, - { - "year": 2023, - "module": "FallB", - "start": "2023-11-10", - "end": "2023-12-27" - }, - { - "year": 2023, - "module": "FallC", - "start": "2024-01-05", - "end": "2024-02-16" - }, - { - "year": 2023, - "module": "SpringVacation", - "start": "2024-02-17", - "end": "2024-03-31" - } - ] \ No newline at end of file + { + "year": 2023, + "module": "SpringA", + "start": "2023-04-05", + "end": "2023-05-23" + }, + { + "year": 2023, + "module": "SpringB", + "start": "2023-05-24", + "end": "2023-07-04" + }, + { + "year": 2023, + "module": "SpringC", + "start": "2023-07-05", + "end": "2023-08-10" + }, + { + "year": 2023, + "module": "SummerVacation", + "start": "2023-08-11", + "end": "2023-09-30" + }, + { + "year": 2023, + "module": "FallA", + "start": "2023-10-01", + "end": "2023-11-09" + }, + { + "year": 2023, + "module": "FallB", + "start": "2023-11-10", + "end": "2023-12-27" + }, + { + "year": 2023, + "module": "FallC", + "start": "2024-01-05", + "end": "2024-02-16" + }, + { + "year": 2023, + "module": "SpringVacation", + "start": "2024-02-17", + "end": "2024-03-31" + } +]