ri_cal
ri_cal copied to clipboard
New Rfc 2445 (iCalendar) gem for Ruby
While upgrading to to Rails 6.1 my tests using ri-cal failed. Turns out the upgrade to tz-info 2.0.4 removes / renames a couple of methods. Does not look like this...
I found it very difficult to comprehend the README as it was written. I think better formatting is mostly all it needs. Here's what I did: - Switched it to...
Fixed the following warning that was being generated: gems/ri_cal-0.8.8/lib/ri_cal/fast_date_time.rb:124: warning: `*' after local variable or literal is interpreted as binary operator gems/ri_cal-0.8.8/lib/ri_cal/fast_date_time.rb:124: warning: even though it seems like argument prefix
I was running into an issue where adding the x-wr-calname property was being returned as: X-WR-CALNAME::Lifetracker Which causes the calendar name to show up in apps as ':Lifetracker'. I added...
We’ve encountered an issue when trying to parse shared calendar from iCloud where there’s an empty x-named parameter: X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=;… RFC 5545 (iCalendar) allows parameter value to be empty as in...
Hi, I found a minor bug where an extra colon was being inserted in x-property declarations when calendars are being written to string. Instead of this: X-WR-CALNAME:My calendar name the...
Please see individual commit messages for details - Also includes some fixes to trailing whitespace, and no newline at EOF
Nov 6, 2011 between 1-2am occurs twice and causes ambigous local time exception. This fix applies what was suggested here: http://groups.google.com/group/rical_gem/browse_thread/thread/dbfd63c6d671d486
Hi, just came across an small issue when an ics file cannot be parsed. I think it is better to raise an Error based on StandardError rather than an Exception....