1388a6717f7ecb428b12865792e4233fd7b88460
Cathcal
Small Go tool to generate a Roman Rite liturgical calendar in ICS format.
Usage
go run main.go <year>
go run main.go <start-end>
go run main.go --merge <start-end>
Output
- Single year: calendario_liturgico_.ics
- Range: calendario_liturgico_-.ics
- With --merge: one merged file for the range
Description
Languages
Go
100%