api/vendor/github.com/laurent22/ical-go/ical/properties.go

10 lines
132 B
Go
Raw Normal View History

2019-05-22 17:48:48 +00:00
package ical
const (
VCALENDAR = "VCALENDAR"
VEVENT = "VEVENT"
DTSTART = "DTSTART"
DTEND = "DTEND"
DURATION = "DURATION"
)