Module RiCal::Properties::Freebusy
In: lib/ri_cal/properties/freebusy.rb
  • ©2009 Rick DeNatale
  • All rights reserved. Refer to the file README.txt for the license
 Properties::Freebusy provides property accessing methods for the Freebusy 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 ATTENDEE property one instances of CalAddress may be passed to this method

add one or more values to the ATTENDEE property one or more instances of CalAddress may be passed to this method

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 FREEBUSY property one instances of Period may be passed to this method

add one or more values to the FREEBUSY property one or more instances of Period may be passed to this method

add one value to the REQUEST-STATUS property one instances of String may be passed to this method

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

return the value of the ATTENDEE property which will be an array of instances of CalAddress

set the value of the ATTENDEE property to a single value one instance of CalAddress may be passed to this method

return the the ATTENDEE property which will be an array of instances of RiCal::PropertyValueCalAddress

[purpose (from RFC 2445)] The property defines an ‘Attendee’ within a calendar component.

see RFC 2445 4.8.4.1 pp 102-104

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

set the value of the ATTENDEE property to multiple values one or more instances of CalAddress 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 CONTACT property which will be an instance of String

set the value of the CONTACT property

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

[purpose (from RFC 2445)] The property is used to represent contact information oralternately a reference to contact information associated with the calendar component.

see RFC 2445 4.8.4.2 pp 104-106

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

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

set the value of the DTEND property

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

[purpose (from RFC 2445)] This property specifies the date and time that a calendar component ends.

see RFC 2445 4.8.2.2 pp 91-92

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

return the value of the DTSTAMP property which will be an instance of ZuluDateTime

set the value of the DTSTAMP property

return the the DTSTAMP property which will be an instances of RiCal::PropertyValueZuluDateTime

[purpose (from RFC 2445)] This property indicates the date/time that the instance of the iCalendar object was created.

see RFC 2445 4.8.7.2 pp 130-131

set the DTSTAMP property property value should be an instance of RiCal::PropertyValueZuluDateTime

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 DURATION property which will be an instance of Duration

set the value of the DURATION property

return the the DURATION property which will be an instances of RiCal::PropertyValueDuration

[purpose (from RFC 2445)] This property specifies a positive duration of time.

see RFC 2445 4.8.2.5 pp 94-95

set the DURATION property property value should be an instance of RiCal::PropertyValueDuration

return the value of the FREEBUSY property which will be an array of instances of Period

set the value of the FREEBUSY property to a single value one instance of Period may be passed to this method

return the the FREEBUSY property which will be an array of instances of RiCal::PropertyValuePeriod

[purpose (from RFC 2445)] This property defines one or more free or busy time intervals.

see RFC 2445 4.8.2.6 pp 95-96

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

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

return the value of the ORGANIZER property which will be an instance of CalAddress

set the value of the ORGANIZER property

return the the ORGANIZER property which will be an instances of RiCal::PropertyValueCalAddress

[purpose (from RFC 2445)] The property defines the organizer for a calendar component.

see RFC 2445 4.8.4.3 pp 106-107

set the ORGANIZER property property value should be an instance of RiCal::PropertyValueCalAddress

remove one value from the ATTENDEE property one instances of CalAddress may be passed to this method

remove one or more values from the ATTENDEE property one or more instances of CalAddress 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 FREEBUSY property one instances of Period may be passed to this method

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

remove one value from the REQUEST-STATUS property one instances of String may be passed to this method

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

return the value of the REQUEST-STATUS property which will be an array of instances of String

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

return the the REQUEST-STATUS property which will be an array of instances of RiCal::PropertyValueText

see RFC 2445 4.8.8.2 pp 134-136

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

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

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

set the value of the UID property

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

[purpose (from RFC 2445)] This property defines the persistent, globally unique identifier for the calendar component.

see RFC 2445 4.8.4.7 pp 111-112

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

return the value of the URL property which will be an instance of Uri

set the value of the URL property

return the the URL property which will be an instances of RiCal::PropertyValueUri

[purpose (from RFC 2445)] This property defines a Uniform Resource Locator (URL) associated with the iCalendar object.

see RFC 2445 4.8.4.6 pp 110-111

set the URL property property value should be an instance of RiCal::PropertyValueUri

[Validate]