Documentation
¶
Overview ¶
Package converters includes all converters from foreign formats to iCal
Icarus parses the incoming file data and produces an iCal for output
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseConverter ¶
type BaseConverter interface { // Convert converts the incoming file data and produces a calendar object Convert(input io.Reader, output *ical.Calendar) error }
The BaseConverter is the interface for all Icarus converters
Click to show internal directories.
Click to hide internal directories.