public
Description: An import from the icalendar-1.0.2 tarball. I'm working on adding recurrence rules using Runt.
Homepage: http://rubyforge.org/projects/icalendar
Clone URL: git://github.com/Lawjoskar/icalendar.git
Started adding support for recurrence rules.  Note this requires Runt 
0.5.0 or (preferably) higher.
Lawjoskar (author)
Tue Jul 22 17:06:50 -0700 2008
commit  ca515aa93ce34222234801b7f1fbb5e33f2ee761
tree    7357f11ea60ac28dba4a174d512c5c4aa1979a66
parent  a3aa976c589b60223bd9e782ca0863e72bedce24
...
34
35
36
 
 
 
...
34
35
36
37
38
39
0
@@ -34,3 +34,6 @@ require 'icalendar/component/alarm'
0
 # Calendar parser
0
 require 'icalendar/parser'
0
 
0
+# RecurrenceRule handler
0
+require 'icalendar/recurrence'
0
+

Comments

    No one has commented yet.