# File lib/icalendar/calendar.rb, line 67 def freebusy(&block) e = Freebusy.new self.add_component e e.instance_eval &block if block e end