Google Calendar

Anyone aware of good calendar library in Ruby? I need to design a
calendar similar to Google calendar. The idea is to have ability to add
recurring or even infinite events as it is possible in Google calendar.

On Thu, 2008-03-13 at 15:52 +0100, Dipesh B. wrote:

Anyone aware of good calendar library in Ruby? I need to design a
calendar similar to Google calendar. The idea is to have ability to add
recurring or even infinite events as it is possible in Google calendar.


check out icalendar gem at www.rubyforge.org

Craig

On Thu, Mar 13, 2008 at 06:02:25PM -0700, Craig W. wrote:

On Thu, 2008-03-13 at 15:52 +0100, Dipesh B. wrote:

Anyone aware of good calendar library in Ruby? I need to design a
calendar similar to Google calendar. The idea is to have ability to add
recurring or even infinite events as it is possible in Google calendar.

check out icalendar gem at www.rubyforge.org

Actually, I prefer the vpim gem.

Craig
–Greg