ical-0.0.1: iCalendar format parser and org-mode converter.
ICal
Contents
Description
Basic parser for ICalendar format.
Synopsis
tokenizeObjectFromFile :: FilePath -> IO Object Source #
Tokenizer a complete document from a .ics file.
tokenizeObjectFromText :: Text -> Either String Object Source #
Tokenizer a complete document.
tokenizeAesonFromText :: FromJSON a => Text -> Either String a Source #
Tokenize an Aeson instance from the document.
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 #