Tweak devel/riscv64-none-elf-gcc version 8.4.0_2
[dports.git] / textproc / rubygem-ri_cal / pkg-descr
1 RiCal is a new Ruby Library for parsing, generating, and using iCalendar
2 (RFC 2445) format data.
3
4 RiCal distinguishes itself from existing Ruby libraries in providing
5 support for
6
7 Timezone components in Calendars. This means that RiCal parses VTIMEZONE
8 data and instantiates timezone objects which can be used to convert
9 times in the calendar to and from UTC time.  In addition, RiCal allows
10 created calendars and components to use time zones understood by TZInfo gem
11 (from either the TZInfo gem or from Rails ActiveSupport => 2.2).
12 When a calendar with TZInfo time zones is exported, RFC 2445 conforming
13 VTIMEZONE components will be included, allowing other programs to process
14 the result.
15 Enumeration of recurring occurrences. For example, if an Event has one
16 or more recurrence rules, then the occurrences of the event can be enumerated
17 as a series of Event occurrences.
18
19 WWW: https://github.com/rubyredrick/ri_cal