Sha256: 094e4f4484ab0530c82753419607ceb055477bbb4faa6a6ec57fd7aa05207fdc

Contents?: true

Size: 629 Bytes

Versions: 10

Compression:

Stored size: 629 Bytes

Contents

NOTE: The RiCal library provides a really good implementation of rrule (RecurrenceRules): http://rubydoc.info/gems/ri_cal/0.8.7/RiCal/PropertyValue/RecurrenceRule

#  Recurs
Is a small Recurring Event parsing library. It will take symbolized input and output icalendar standard recurring events,
see the specs for examples of the api

This gem has been tested as a standalone in ruby 1.9, or using Rails 3

It also allows the developer to specifiy specialized Recurrence schemes by using Ruby closures

##  Rails (ActiveRecord)

    class Event < AR
        acts_as_recurring
    end


## TODO
  Finish the instance functionality

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
recurs-0.0.4.8 README
recurs-0.0.4.7 README
recurs-0.0.4.6 README
recurs-0.0.4.5 README
recurs-0.0.4.4 README
recurs-0.0.4.3 README
recurs-0.0.4.2 README
recurs-0.0.4.1 README
recurs-0.0.4 README
recurs-0.0.3 README