Added an additional option to event timelines
This commit is contained in:
parent
57de52ec81
commit
fcc94ca788
@ -3,5 +3,6 @@ package timeline
|
||||
type CalendarEventHorizon string
|
||||
|
||||
const (
|
||||
WithinMonth CalendarEventHorizon = "monthnow"
|
||||
WithinMonth CalendarEventHorizon = "monthnow"
|
||||
RecentAndUpcoming CalendarEventHorizon = "recentupcoming"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user