ical-0.0.1: iCalendar format parser and org-mode converter.
ICal.Types
Description
All iCalendar types.
Synopsis
data Object Source #
Tree for representing iCal file.
Constructors
Instances
Methods
showsPrec :: Int -> Object -> ShowS #
show :: Object -> String #
showList :: [Object] -> ShowS #
toJSON :: Object -> Value #
toEncoding :: Object -> Encoding #
toJSONList :: [Object] -> Value #
toEncodingList :: [Object] -> Encoding #
data Line Source #
An iCalendar line.
showsPrec :: Int -> Line -> ShowS #
show :: Line -> String #
showList :: [Line] -> ShowS #