Project

actic

0.01
No commit activity in last 3 years
No release in over 3 years
Actic is a calendaring engine for Rails3, it combines an iCal interface with ORM. It acts as a wrapper around the RiCal library
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Actic¶ ↑

WARNING: THIS IS STILL VERY ALPHA! This project is an icalendar engine for Rails3, it fuses ActiveRecord with iCal ( using the RiCal library ) and uses MIT-LICENSE.

This is very alpha software, functionality is currently incomplete, the model layer is close to finished, but the controller and views are a long way off.

To install

in your Gemfile

gem 'actic'

bundle install

to install the engine into your app:

rails g actic_install

This will give you Calendars that can accept events and other components, the specs are still very limited, there is alot more that I would like to ( and will ) add to this engine.