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

Safe HaskellNone
LanguageHaskell2010

ICal.Org

Contents

Description

Export to Org mode for Emacs.

Synopsis

Handy export functions

exportFromToFile :: Day -> FilePath -> FilePath -> IO () #

Handy exporting function.

parseFromObject :: Object -> Either ParseError [Event] #

Parse an iCalendar object into an Org mode document.

Conversions

documentParser :: Parser Identity Object [Event] #

Parse an org-mode document from the object.

buildDocument :: Day -> UTCTime -> [Event] -> Builder #

Build an org-mode document.

Types

data Event #

An Org mode section.

Constructors

Event 

Fields

Instances