| Class | RiCal::PropertyValue::Period |
| In: |
lib/ri_cal/property_value/period.rb
|
| Parent: | PropertyValue |
RiCal::PropertyValue::CalAddress represents an icalendar Period property value which is defined in rfc 2445 section 4.3.9 p 39 Known bugs. This doesn't properly work when dtstart, dtend or duration are changed independently
| dtend | [RW] | The DATE-TIME on which the period ends |
| dtstart | [RW] | The DATE-TIME on which the period starts |
| duration | [RW] | The DURATION of the period |