I'm using Vpim to import events into a custom Rails application. The app has its own Events model which supports recurrence,
but I'm having a hard time figuring out how to translate the Vpim::Rrule object into our system. This is mainly because
I can't seem to access any of the instance variables (@freq, @by, etc.) which would allow me to retrieve the correct
values to load into our own model. Is there a preferred way of implementing Vpim::Rrule that I am missing?
Thanks very much for the help,
Kai |