A ruby implementation of the iCalendar specification (RFC-2445)
http://icalendar.rubyforge.org/
Implements the iCalendar specification (RFC-2445) in Ruby. This allows for the generation and parsing of .ics files, which are used by a variety of calendaring applications.
- Sources inherited from project devel:languages:ruby:extensions
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-icalendar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
icalendar-1.4.0.gem | 0000051200 50 KB | |
rubygem-icalendar.changes | 0000002596 2.54 KB | |
rubygem-icalendar.spec | 0000004497 4.39 KB |
Revision 8 (latest revision is 33)
Stephan Kulow (coolo)
committed
(revision 8)
- updated to version 1.4.0 * Implement ACKNOWLEDGED property for VALARM - tsuzuki08 * Output VERSION property as first line after BEGIN:VCALENDAR * Check for unbounded timezone transitions in tzinfo * Lenient parsing mode ignores unknown properties - David Grandinetti * VTIMEZONE positive offsets properly have "+" prepended (Fixed issue #18) - Benjamin Jorgensen (sorry for misspelling your last name) * Proxy component values now frozen in Ruby 2.0 (Fixed issue #17) * Clean up gemspec for cleaner installing via bundler/git * Call `super` from Component#method_missing * Clean up warnings in test suite * Add Gemfile for installing development dependencies * added TZURL property to Timezone component - spacepixels * correct days in RRule ("[TU,WE]" -> "TU,WE") - Christoph Finkensiep
Comments 0