chrra / iCalendar

iCalendar data types, parser, and printer.
BSD 3-Clause "New" or "Revised" License
38 stars 47 forks source link

Why only export a small number of functions for the Text.ICalendar.Printer module? #44

Open KommuSoft opened 3 years ago

KommuSoft commented 3 years ago

The Text.ICalendar.Printer module only exports the EncodingFunctions(..), printICalendar and printICal function. It would be nice if we export printing the RRULE, etc. since some semi-iCalendar formats reuse these formats.