Module RiCal::Properties::TimezonePeriod
In: lib/ri_cal/properties/timezone_period.rb
  • ©2009 Rick DeNatale
  • All rights reserved. Refer to the file README.txt for the license
 Properties::TimezonePeriod provides property accessing methods for the TimezonePeriod class
 This source file is generated by the  rical:gen_propmodules rake tasks, DO NOT EDIT

Methods

Public Instance methods

add one value to the COMMENT property one instances of String may be passed to this method

add one or more values to the COMMENT property one or more instances of String may be passed to this method

add one value to the RDATE property one instances of OccurrenceList may be passed to this method

add one or more values to the RDATE property one or more instances of OccurrenceList may be passed to this method

add one value to the RRULE property one instances of RecurrenceRule may be passed to this method

add one or more values to the RRULE property one or more instances of RecurrenceRule may be passed to this method

add one value to the TZNAME property one instances of String may be passed to this method

add one or more values to the TZNAME property one or more instances of String may be passed to this method

return the value of the COMMENT property which will be an array of instances of String

set the value of the COMMENT property to a single value one instance of String may be passed to this method

return the the COMMENT property which will be an array of instances of RiCal::PropertyValueText

[purpose (from RFC 2445)] This property specifies non-processing information intended to provide a comment to the calendar user.

see RFC 2445 4.8.1.4 pp 80-81

set the the COMMENT property one or more instances of RiCal::PropertyValueText may be passed to this method

set the value of the COMMENT property to multiple values one or more instances of String may be passed to this method

return the value of the DTSTART property which will be an instance of either DateTime or Date

set the value of the DTSTART property

return the the DTSTART property which will be an instances of either RiCal::PropertyValue::DateTime or RiCal::PropertyValue::Date

[purpose (from RFC 2445)] This property specifies when the calendar component begins.

see RFC 2445 4.8.2.4 pp 93-94

set the DTSTART property property value should be an instance of either RiCal::PropertyValue::DateTime or RiCal::PropertyValue::Date

return the value of the RDATE property which will be an array of instances of OccurrenceList

set the value of the RDATE property to a single value one instance of OccurrenceList may be passed to this method

return the the RDATE property which will be an array of instances of RiCal::PropertyValueOccurrenceList

[purpose (from RFC 2445)] This property defines the list of date/times for a recurring calendar component.

see RFC 2445 4.8.5.3 pp 115-117

set the the RDATE property one or more instances of RiCal::PropertyValueOccurrenceList may be passed to this method

set the value of the RDATE property to multiple values one or more instances of OccurrenceList may be passed to this method

remove one value from the COMMENT property one instances of String may be passed to this method

remove one or more values from the COMMENT property one or more instances of String may be passed to this method

remove one value from the RDATE property one instances of OccurrenceList may be passed to this method

remove one or more values from the RDATE property one or more instances of OccurrenceList may be passed to this method

remove one value from the RRULE property one instances of RecurrenceRule may be passed to this method

remove one or more values from the RRULE property one or more instances of RecurrenceRule may be passed to this method

remove one value from the TZNAME property one instances of String may be passed to this method

remove one or more values from the TZNAME property one or more instances of String may be passed to this method

return the value of the RRULE property which will be an array of instances of RecurrenceRule

set the value of the RRULE property to a single value one instance of RecurrenceRule may be passed to this method

return the the RRULE property which will be an array of instances of RiCal::PropertyValueRecurrenceRule

[purpose (from RFC 2445)] This property defines a rule or repeating pattern for recurring events, to-dos, or time zone definitions.

see RFC 2445 4.8.5.4 pp 117-125

set the the RRULE property one or more instances of RiCal::PropertyValueRecurrenceRule may be passed to this method

set the value of the RRULE property to multiple values one or more instances of RecurrenceRule may be passed to this method

return the value of the TZNAME property which will be an array of instances of String

set the value of the TZNAME property to a single value one instance of String may be passed to this method

return the the TZNAME property which will be an array of instances of RiCal::PropertyValueText

[purpose (from RFC 2445)] This property specifies the customary designation for a time zone description.

see RFC 2445 4.8.3.2 p 99

set the the TZNAME property one or more instances of RiCal::PropertyValueText may be passed to this method

set the value of the TZNAME property to multiple values one or more instances of String may be passed to this method

return the value of the TZOFFSETFROM property which will be an instance of UtcOffset

set the value of the TZOFFSETFROM property

return the the TZOFFSETFROM property which will be an instances of RiCal::PropertyValueUtcOffset

[purpose (from RFC 2445)] This property specifies the offset which is in use prior to this time zone observance

see RFC 2445 4.8.3.3 pp 99-100

set the TZOFFSETFROM property property value should be an instance of RiCal::PropertyValueUtcOffset

return the value of the TZOFFSETTO property which will be an instance of UtcOffset

set the value of the TZOFFSETTO property

return the the TZOFFSETTO property which will be an instances of RiCal::PropertyValueUtcOffset

[purpose (from RFC 2445)] This property specifies the offset which is in use in this time zone observance

see RFC 2445 4.8.3.4 pp 100-101

set the TZOFFSETTO property property value should be an instance of RiCal::PropertyValueUtcOffset

[Validate]