assign-notify/selection/eventselection.go
2023-03-17 18:23:40 -07:00

8 lines
97 B
Go

package selection
type CalendarEventType string
const (
AllEvents CalendarEventType = "all"
)