aboutsummaryrefslogtreecommitdiff
path: root/internal/calendar/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/calendar/types.go')
-rw-r--r--internal/calendar/types.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/calendar/types.go b/internal/calendar/types.go
index f481441..77d57ab 100644
--- a/internal/calendar/types.go
+++ b/internal/calendar/types.go
@@ -104,6 +104,7 @@ type LiturgicalDay struct {
Observed Celebration
Others []Celebration
Colour Colour
+ ObservedBand int // Table-of-Liturgical-Days band of the observed celebration (1=highest)
SundayCycle string // "A" | "B" | "C"
WeekdayCycle string // "I" | "II"
}