Class RiCal::Component::Event
In: lib/ri_cal/component/event.rb
Parent: Component
  • ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
 An Event (VEVENT) calendar component groups properties describing a scheduled event.
 Events may have multiple occurrences

 Events may also contain one or more ALARM subcomponents

 to see the property accessing methods for this class see the RiCal::Properties::Event module
 to see the methods for enumerating occurrences of recurring events see the RiCal::OccurrenceEnumerator module

Methods

Included Modules

OccurrenceEnumerator RiCal::Properties::Event

Public Instance methods

Return a date_time_property representing the time at which the event ends

Return a date_time representing the time at which the event starts

Return a date_time representing the time at which the event starts

[Validate]