assign-notify/selection/eventselection.go

8 lines
97 B
Go
Raw Normal View History

2023-03-17 18:23:40 -07:00
package selection
type CalendarEventType string
const (
AllEvents CalendarEventType = "all"
)