Added an additional option to event timelines
This commit is contained in:
@@ -4,4 +4,5 @@ type CalendarEventHorizon string
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
WithinMonth CalendarEventHorizon = "monthnow"
|
WithinMonth CalendarEventHorizon = "monthnow"
|
||||||
|
RecentAndUpcoming CalendarEventHorizon = "recentupcoming"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user