Project

recurs

0.0
No commit activity in last 3 years
No release in over 3 years
Specifiy you're recurrence pattern in symbols and strings and get an ical format recurrence string
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.2.7
>= 0
>= 2.5.0

Runtime

>= 0
>= 0.8.7
 Project Readme
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