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.
# File lib/icalendar/component/freebusy.rb, line 31 def initialize() super("VFREEBUSY") timestamp DateTime.now uid new_uid end