1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/textproc/rubygem-ri_cal/pkg-descr
Rui Paulo 601d84f504 New port: rubygem-ri_cal. It's possible that 'devel' is the wrong
component, but I followed the status quo. The Ruby gems dealing with
calendar files should probably be in textproc.

RiCal is a new Ruby Library for parsing, generating, and using iCalendar
(RFC 2445) format data.

Reviewed by:	jgh
2013-03-02 04:25:13 +00:00

20 lines
910 B
Plaintext

RiCal is a new Ruby Library for parsing, generating, and using iCalendar
(RFC 2445) format data.
RiCal distinguishes itself from existing Ruby libraries in providing
support for
Timezone components in Calendars. This means that RiCal parses VTIMEZONE
data and instantiates timezone objects which can be used to convert
times in the calendar to and from UTC time. In addition, RiCal allows
created calendars and components to use time zones understood by TZInfo gem
(from either the TZInfo gem or from Rails ActiveSupport => 2.2).
When a calendar with TZInfo time zones is exported, RFC 2445 conforming
VTIMEZONE components will be included, allowing other programs to process
the result.
Enumeration of recurring occurrences. For example, if an Event has one
or more recurrence rules, then the occurrences of the event can be enumerated
as a series of Event occurrences.
WWW: http://ri-cal.rubyforge.org/