Initial commit
This commit is contained in:
7
selection/eventselection.go
Normal file
7
selection/eventselection.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package selection
|
||||
|
||||
type CalendarEventType string
|
||||
|
||||
const (
|
||||
AllEvents CalendarEventType = "all"
|
||||
)
|
||||
Reference in New Issue
Block a user