Method: Vpim::Icalendar::Property::Recurrence#rrule

Defined in:
lib/vpim/property/recurrence.rb

#rruleObject

:nodoc:



23
24
25
26
27
28
29
# File 'lib/vpim/property/recurrence.rb', line 23

def rrule #:nodoc:
  start = dtstart
  unless start
    raise ArgumentError, "Components without a DTSTART don't have occurrences!"
  end
  Vpim::Rrule.new(start, propvalue('RRULE'))
end