Sha256: e9afce5b9393781f7e29558d5d4708f9fc558558de89596ea62d9b9fab6d0503

Contents?: true

Size: 1.02 KB

Versions: 13

Compression:

Stored size: 1.02 KB

Contents

h1. icalendar

h2. What

This gem implements the iCalendar specification (RFC-2445) in Ruby.  This allows for the generation and parsing of .ics files, which are used by a variety of calendaring applications.

h2. How

Please see "the README":https://github.com/icalendar/icalendar/blob/master/README.rdoc for more information.

h2. Docs

The best documents are the code, but we'll attempt to keep the  "rdoc":http://icalendar.rubyforge.org/rdoc up to date.

h2. Installing

<pre syntax="ruby">sudo gem install icalendar</pre>

h2. How to submit patches

Please submit pull requests on github from a rebased topic branch

* "http://github.com/icalendar/icalendar/":http://github.com/icalendar/icalendar/

<pre>git clone git://github.com/sdague/icalendar.git</pre>

h3. Build and test instructions

<pre>cd icalendar
rake test
rake install_gem</pre>

h2. License

This code is free to use under the terms of the GPL or BSD licenses.

Please see the "COPYING":https://github.com/icalendar/icalendar/blob/master/COPYING file for more information.

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
icalendar-1.5.4 website/index.txt
icalendar-1.5.3 website/index.txt
icalendar-1.5.2 website/index.txt
icalendar-1.5.1 website/index.txt
icalendar-1.5.0 website/index.txt
icalendar-1.4.5 website/index.txt
icalendar-1.4.4 website/index.txt
icalendar-1.4.3 website/index.txt
icalendar-1.4.2 website/index.txt
icalendar-1.4.1 website/index.txt
icalendar-1.4.0 website/index.txt
icalendar-1.3.0 website/index.txt
icalendar-1.2.4 website/index.txt