Added an additional option to event timelines

This commit is contained in:
Nicholas Novak 2023-03-26 13:10:30 -07:00
parent 57de52ec81
commit fcc94ca788

View File

@ -4,4 +4,5 @@ type CalendarEventHorizon string
const (
WithinMonth CalendarEventHorizon = "monthnow"
RecentAndUpcoming CalendarEventHorizon = "recentupcoming"
)