Method: RiCal::Properties::Journal#recurrence_id_property

Defined in:
lib/ri_cal/properties/journal.rb

#recurrence_id_propertyObject

return the the RECURRENCE-ID property which will be an instances of either RiCal::PropertyValue::DateTime or RiCal::PropertyValue::Date

purpose (from RFC 2445)

This property is used in conjunction with the “UID” and “SEQUENCE” property to identify a specific instance of a recurring “VEVENT”, “VTODO” or “VJOURNAL” calendar component. The property value is the effective value of the “DTSTART” property of the recurrence instance.

see RFC 2445 4.8.4.4 pp 107-109



248
249
250
# File 'lib/ri_cal/properties/journal.rb', line 248

def recurrence_id_property
  @recurrence_id_property
end