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.

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.

> 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