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

      timestamp DateTime.now
      uid new_uid
    end