ical-0.0.1: iCalendar format parser and org-mode converter.

Safe HaskellNone
LanguageHaskell2010

ICal.Types

Description

All iCalendar types.

Synopsis

Documentation

data Object #

Tree for representing iCal file.

Constructors

Property !Text !Text 
Object !Text ![Object] 

data Line #

An iCalendar line.

Constructors

Begin !Text 
End !Text 
Pair !Text !Text 

Instances

Show Line # 

Methods

showsPrec :: Int -> Line -> ShowS #

show :: Line -> String #

showList :: [Line] -> ShowS #