Skip to content

Commit

Permalink
Updated Google Calendar regional holidays (#211)
Browse files Browse the repository at this point in the history
Co-authored-by: norberttech <[email protected]>
  • Loading branch information
github-actions[bot] and norberttech authored Sep 1, 2021
1 parent d3aa448 commit 833f080
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1111,10 +1111,6 @@
"date": "2022-05-02",
"name": "Labor Day observed (regional holiday)"
},
{
"date": "2022-05-03",
"name": "Day of Madrid (Madrid)"
},
{
"date": "2022-05-15",
"name": "Feast Day of St Isidore (Madrid)"
Expand Down
16 changes: 12 additions & 4 deletions src/Aeon/Calendar/Holidays/data/regional/google_calendar/MO.json
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@
"date": "2022-01-01",
"name": "New Year's Day"
},
{
"date": "2022-01-03",
"name": "New Year Holiday"
},
{
"date": "2022-01-31",
"name": "Lunar New Year Eve"
Expand Down Expand Up @@ -371,10 +375,18 @@
"date": "2022-05-01",
"name": "Labor Day \/ May Day"
},
{
"date": "2022-05-02",
"name": "May Day Holiday"
},
{
"date": "2022-05-08",
"name": "Buddha's Birthday"
},
{
"date": "2022-05-09",
"name": "Buddha's Birthday Holiday"
},
{
"date": "2022-06-03",
"name": "Dragon Boat Festival"
Expand Down Expand Up @@ -422,9 +434,5 @@
{
"date": "2022-12-31",
"name": "New Year's Eve"
},
{
"date": "2022-12-31",
"name": "New Year's Eve Afternoon"
}
]

0 comments on commit 833f080

Please sign in to comment.