Module | RiCal::Properties::Freebusy |
In: |
lib/ri_cal/properties/freebusy.rb
|
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
add one or more values to the ATTENDEE property one or more instances of CalAddress 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 or more values to the FREEBUSY property one or more instances of Period 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
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
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 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 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
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 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 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 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
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 or more values from the COMMENT property one or more instances of String 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
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 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
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