Documentation
¶
Index ¶
Constants ¶
View Source
const ISO8601Date string = "2006-01-02"
ISO8601Date represents a data in format 'yyyy-MM-dd' by returning Go format '2006-01-02'.
View Source
const ISO8601DateTime string = "2006-01-02 15:04:05"
ISO8601DateTime represents a date + time in format 'yyyy-MM-dd HH:mm:ss' by returning Go format '2006-01-02 15:04:05'.
View Source
const ISO8601Time string = "15:04:05"
ISO8601Time represents a time in format 'HH:mm:ss' by returning Go format '15:04:05'.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct {
UID string
Timestamp time.Time
Organizer string
Attendee string
Description string
Categories string
Class string
Created string
Summary string
Start time.Time
End time.Time
Location string
Status string
FreeBusy string
LastModified time.Time
URL string
RepeatRule string
ExcludedDates []time.Time
}
Event is a calendar event.
Click to show internal directories.
Click to hide internal directories.