Class RiCal::PropertyValue::Period
In: lib/ri_cal/property_value/period.rb
Parent: PropertyValue
  • ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
 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

Methods

Attributes

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

Public Instance methods

return the receiver

[Validate]