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

Methods

Public Instance methods

return the value of the CALSCALE property which will be an instance of String

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

[purpose (from RFC 2445)] This property defines the calendar scale used for the calendar information specified in the calendar object.

see RFC 2445 4.7.1 p 73

return the value of the METHOD property which will be an instance of String

set the value of the METHOD property

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

[purpose (from RFC 2445)] This property defines the iCalendar object method associated with the calendar object

see RFC 2445 4.7.2 p 74-75

set the METHOD property property value should be an instance of RiCal::PropertyValueText

return the value of the PRODID property which will be an instance of String

set the value of the PRODID property

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

[purpose (from RFC 2445)] This property specifies the identifier for the product that created the iCalendar object.

see RFC 2445 4.7.3 pp 75-76

set the PRODID property property value should be an instance of RiCal::PropertyValueText

return the value of the VERSION property which will be an instance of String

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

[purpose (from RFC 2445)] This property specifies the identifier corresponding to thehighest version number or the minimum and maximum range of the iCalendar specification that is required in order to interpret the iCalendar object.

see RFC 2445 4.7.4 pp 76-77

[Validate]