servant-iCalendar-0.1.0.1: Servant support for iCalendar

LicenseBSD-3-Clause
MaintainerFrancesco Gazzetta <francygazz@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Servant.ICalendar

Description

An ICalendar empty data type with MimeRender instances for VCalendar. You should only need to import this module for it's instances and the ICalendar datatype.:

>>> type Eg a = Get '[ICalendar] VCalendar

Synopsis

Documentation

data ICalendar Source #

Instances