Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrMissingDtStart indicates that the event has no DTSTART entry ErrMissingDtStart = errors.New("missing DTSTART in event") )
Functions ¶
This section is empty.
Types ¶
type IcalImporter ¶
type IcalImporter interface { Run() error Stop() }
IcalImporter imports events from ical sources and sets them as proper reminders
func NewIcalImporter ¶
func NewIcalImporter(db types.Database) IcalImporter
Click to show internal directories.
Click to hide internal directories.