Registry / serialization / ri-cal

ri-cal

JSON →
library0.8.8rbrubygemsunverified

A clean-slate Ruby implementation of RFC2445 iCalendar that supports parsing, generating, and enumerating repeating events.

gem install ri_cal
INSTALL
IMPORT
SIG · RI-CAL
R
ri-cal
serializationrubyv0.8.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

RiCal
✓ require 'ri_cal'

Create and output a simple iCalendar with one event

require 'ri_cal' cal = RiCal.Calendar do |cal| cal.event do |event| event.description = "Meeting" event.dtstart = DateTime.now event.dtend = DateTime.now + 3600 end end puts cal.to_s
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.8latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
ri-cal — gem install ri-cal · libregistry