Method: RiCal::Properties::Journal#exdate_property
- Defined in:
- lib/ri_cal/properties/journal.rb
#exdate_property ⇒ Object
return the the EXDATE property which will be an array of instances of RiCal::PropertyValueOccurrenceList
- purpose (from RFC 2445)
-
This property defines the list of date/time exceptions for a recurring calendar component.
see RFC 2445 4.8.5.1 pp 112-114
761 762 763 |
# File 'lib/ri_cal/properties/journal.rb', line 761 def exdate_property @exdate_property ||= [] end |