Documentation
¶
Index ¶
Constants ¶
View Source
const Window = time.Hour
Window represents the size of the window that contains the events being considered.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
ID string
StartDate time.Time
EndDate time.Time
URL *url.URL
Title string
Description string
Recurrence string
}
Event represents a comeet event.
func (*Event) Dates ¶
Dates returns a event's dates based on its recurrence.
In case it has none, it returns the start date.
Click to show internal directories.
Click to hide internal directories.