This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2022-02-07 14:55:33 -08:00
|
|
|
const {Event, day, week, month, dayYear, EventLevel, Day} = require("../../../src/calendar/helpers");
|
2022-01-10 08:22:48 -08:00
|
|
|
|
|
|
|
module.exports = [
|
2022-02-07 14:55:33 -08:00
|
|
|
|
|
|
|
// --- static date ---
|
|
|
|
new Event('Marriage Equality Day (Sweden)', '_hrc', 5, day(1), EventLevel.Day),
|
2022-02-07 14:55:44 -08:00
|
|
|
new Event('Marriage Equality Day (Finland)', '_hrc', 3, day(1), EventLevel.Day),
|
2022-02-07 14:55:33 -08:00
|
|
|
|
2022-01-10 08:22:48 -08:00
|
|
|
];
|