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-14 05:12:17 -07:00
|
|
|
import {Event, day, week, month, dayYear, EventLevel} from "../../src/calendar/helpers";
|
2021-08-14 07:22:30 -07:00
|
|
|
|
|
|
|
export default [
|
2021-09-14 07:13:50 -07:00
|
|
|
new Event('LGBT History Month (UK/Hungary/Netherlands)', 'Progress Pride', 2, month, EventLevel.Month),
|
2021-09-14 05:12:17 -07:00
|
|
|
new Event('LGBT History Month (US/Canada/Australia)', 'Progress Pride', 10, month, EventLevel.Month),
|
2021-09-14 07:13:50 -07:00
|
|
|
new Event('LGBT History Month (Ireland/Germany)', 'Progress Pride', 5, month, EventLevel.Month),
|
2021-08-14 07:22:30 -07:00
|
|
|
];
|