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.
2021-09-16 03:52:10 -07:00
|
|
|
const {Event, day, week, month, dayYear, EventLevel} = require("../../src/calendar/helpers");
|
2021-08-14 07:22:30 -07:00
|
|
|
|
2021-09-16 03:52:10 -07:00
|
|
|
module.exports = [
|
2021-08-14 07:22:30 -07:00
|
|
|
|
2021-09-15 13:54:57 -07:00
|
|
|
// static date
|
|
|
|
new Event('Dia da Igualdade Matrimonial (Portugal)', null, 6, day(5), EventLevel.MajorDay),
|
|
|
|
new Event('Dia da Igualdade Matrimonial (Brasil)', null, 5, day(16), EventLevel.MajorDay),
|
2021-08-14 07:22:30 -07:00
|
|
|
];
|