Class Icalendar::Freebusy
In: lib/icalendar/component/freebusy.rb
Parent: Component

A Freebusy calendar component is a grouping of component properties that represents either a request for, a reply to a request for free or busy time information or a published set of busy time information.

Methods

new  

Attributes

attendee    Multi-properties
attendee    Multi-properties
attendees    Multi-properties
comment   
comment   
comments   
contact    Single properties
dtend   
dtstamp   
dtstart   
duration   
end   
freebusy   
freebusy   
freebusys   
organizer   
request_status   
request_statuses   
rstatus   
start   
timestamp   
uid   
url   
user_id   

Public Class methods

[Source]

    # File lib/icalendar/component/freebusy.rb, line 30
30:     def initialize()
31:       super("VFREEBUSY")
32:     end

[Validate]