| License | BSD-3-Clause |
|---|---|
| Maintainer | Francesco Gazzetta <francygazz@gmail.com> |
| Safe Haskell | None |
| Language | Haskell2010 |
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
- data ICalendar
Documentation
Instances
| Accept * ICalendar Source # | text/calendar |
| MimeRender * ICalendar VCalendar Source # |
|
| MimeUnrender * ICalendar ([VCalendar], [String]) Source # |
|