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
|
type CalendarEventHorizon string
|
||||||
|
|
||||||
const (
|
const (
|
||||||
WithinMonth CalendarEventHorizon = "monthnow"
|
WithinMonth CalendarEventHorizon = "monthnow"
|
||||||
|
RecentAndUpcoming CalendarEventHorizon = "recentupcoming"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user