Documentation
¶
Overview ¶
Package parser contains code to parse events.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// Project is the event funded $project.
Project string
// Activity is the event %activity.
Activity string
// Tags contains the events #tag list.
Tags []string
// Persons contains the events @person list.
Persons []string
// StartTime is the event start time.
StartTime time.Time
// Duration is the event duration.
Duration time.Duration
}
Event is a weekly calendar entry.
Click to show internal directories.
Click to hide internal directories.