0
I Use This!
Inactive

Commits : Listings

Analyzed 14 days ago. based on code collected 14 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added initial example_upcoming.rb, which tries to parse Upcoming's iCalendar data files with limited success, e.g., it can't figure out what to do with properties like "ADDRESS" and "CITY". More... over 17 years ago
Fixed Icalagator::Component::values_for, it now returns values rather than Property objects. More... over 17 years ago
Added icalagator.rb, a high-level object-oriented Ruby wrapper for libical. More... over 17 years ago
Updated README_for_Ruby.txt: Removed work-in-progress commentary. Expaned and revised WHY LIBICAL section. Added INDEX, SUMMARY and TASKS sections. Simplified GETTING STARTED instructions using clearer Rake tasks. More... over 17 years ago
Added iCalendar files from Upcoming to test-data. More... over 17 years ago
Added :example Rake task for /examples. More... over 17 years ago
Improved parse_string_main.c's formatting of the dtstart string. More... over 17 years ago
Moved aside obsolete Ruby classes imported from earlier attempts to write wrappers. More... over 17 years ago
Added more entries to .gitignore: *.mk, dep.inc, .settings, nbproject, tags. More... over 17 years ago
Updated README_for_Ruby.txt, removed complaints and added discussion of the new parse_string_main example code. More... over 17 years ago
Added parse_string_main.c demonstrating how to parse a single large string of iCalendar data and access its properties. Added it to Rakefile as well. More... over 17 years ago
Added description to top of parse_text_main.c. More... over 17 years ago
Added text wrapping to README_for_Ruby.txt More... over 17 years ago
Added README_for_Ruby.txt More... over 17 years ago
Reworked Rakefile to use a runner wrapper. More... over 17 years ago
Added C-based example and companion Rakefile. More... over 17 years ago
Added .gitignore. More... over 17 years ago
Added Ruby-based example, although it doesn't work because the recommended icalparser_parse_string function doesn't work even within C code. More... over 17 years ago
Imported initial Ruby bindings. More... over 17 years ago
Added hack to compile external .o files into the .so, thus making the library usable. More... over 17 years ago
Added .gitignore for Ruby More... over 17 years ago
Imported pristine sources for libical-0.41 More... over 17 years ago