Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
Description string
Status Status
Due *time.Time
Start *time.Time
RRule string
Tags []string
WikiLinks []string
Source Source
CalDAVUID string
LinkedTaskFile string // absolute path to tasks/<uid>.md; empty for plain tasks
Priority int // 0=none, 1-9 per RFC 5545 (linked tasks only)
CalDAVStatus string // "NEEDS-ACTION", "IN-PROCESS", etc (linked tasks only)
Body string // description body from task file (linked tasks only)
}
func (*Task) RelativePath ¶
Click to show internal directories.
Click to hide internal directories.