Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentName ¶
type ComponentName string
const ( CalendarComponentName ComponentName = "VCALENDAR" EventComponentName = "VEVENT" )
type DateTime ¶
type DateTime struct {
// contains filtered or unexported fields
}
a representation of a date and time for iCalendar
func NewDateTime ¶
creates a new caldav datetime representation, must be in UTC
type HumanBoolean ¶
type HumanBoolean string
const ( YesHumanBoolean HumanBoolean = "yes" NoHumanBoolean = "no" )
type TextCollation ¶
type TextCollation string
const ( OctetTextCollation TextCollation = "i;octet" ASCIICaseMapCollation = "i;ascii-casemap" )
Click to show internal directories.
Click to hide internal directories.