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

10 lines
139 B
Go
Raw Normal View History

2019-05-24 17:45:33 +00:00
package ical
const (
VCALENDAR = "VCALENDAR"
VEVENT = "VEVENT"
DTSTART = "DTSTART"
DTEND = "DTEND"
DURATION = "DURATION"
)