assign-notify/timeline/timelines.go

9 lines
174 B
Go
Raw Normal View History

2023-03-17 18:23:40 -07:00
package timeline
type CalendarEventHorizon string
const (
WithinMonth CalendarEventHorizon = "monthnow"
RecentAndUpcoming CalendarEventHorizon = "recentupcoming"
2023-03-17 18:23:40 -07:00
)