Module | RiCal::Properties::Timezone |
In: |
lib/ri_cal/properties/timezone.rb
|
Properties::Timezone provides property accessing methods for the Timezone class This source file is generated by the rical:gen_propmodules rake tasks, DO NOT EDIT
return the the LAST-MODIFIED property which will be an instances of RiCal::PropertyValueZuluDateTime
[purpose (from RFC 2445)] This property specifies the date and time that the information associated with the calendar component was last revised in teh calendar store.
see RFC 2445 4.8.7.3 p 131
set the LAST-MODIFIED property property value should be an instance of RiCal::PropertyValueZuluDateTime
return the the TZID property which will be an instances of RiCal::PropertyValueText
[purpose (from RFC 2445)] This property specifies the text value that uniquely indentifies the "VTIMEZONE" calendar component.
see RFC 2445 4.8.3.1 pp 97-98
return the the TZURL property which will be an instances of RiCal::PropertyValueUri
[purpose (from RFC 2445)] The TZURL provies a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to_date version of itself.
see RFC 2445 4.8.3.4 p 101