Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agenda ¶
type Agenda struct {
// contains filtered or unexported fields
}
Agenda is a thread-safe minheap of calendar events.
func NewAgenda ¶
func NewAgenda(cfg *config.Configuration) *Agenda
NewAgenda fetches the specified calendars into a sorted list
func (*Agenda) PrettyPrint ¶
PrettyPrint prints the list of Events to output using custom formatting
Click to show internal directories.
Click to hide internal directories.