Skip to content

Commit

Permalink
fix: event
Browse files Browse the repository at this point in the history
  • Loading branch information
SIY1121 committed Apr 3, 2023
1 parent f5755e8 commit ccbc0ab
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
12 changes: 6 additions & 6 deletions school-calendar/events2023.json
Original file line number Diff line number Diff line change
@@ -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": "オリエンテーション予備日"
},
{
Expand Down
98 changes: 49 additions & 49 deletions school-calendar/module2023.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
{
"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"
}
]

0 comments on commit ccbc0ab

Please sign in to comment.