vikunja-api/vendor/github.com/laurent22/ical-go/properties.go
2019-05-24 19:45:33 +02:00

9 lines
139 B
Go

package ical
const (
VCALENDAR = "VCALENDAR"
VEVENT = "VEVENT"
DTSTART = "DTSTART"
DTEND = "DTEND"
DURATION = "DURATION"
)