Fixed ical-go package include
This commit is contained in:
9
vendor/github.com/laurent22/ical-go/properties.go
generated
vendored
Normal file
9
vendor/github.com/laurent22/ical-go/properties.go
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
package ical
|
||||
|
||||
const (
|
||||
VCALENDAR = "VCALENDAR"
|
||||
VEVENT = "VEVENT"
|
||||
DTSTART = "DTSTART"
|
||||
DTEND = "DTEND"
|
||||
DURATION = "DURATION"
|
||||
)
|
Reference in New Issue
Block a user