Sha256: 5d69a8f19dae769a35e9d3d1e7a1fe841eb7d195feafb0b4864b668c84e68704

Contents?: true

Size: 599 Bytes

Versions: 14

Compression:

Stored size: 599 Bytes

Contents

module RiCal
  class Component
    #- ©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
    #
    #  A Freebusy (VFREEBUSY) calendar component groups properties describing either a request for free/busy time,
    #  a response to a request for free/busy time, or a published set of busy time.
    # to see the property accessing methods for this class see the RiCal::Properties::Freebusy module
    class Freebusy < Component
      include RiCal::Properties::Freebusy        

      def self.entity_name #:nodoc:
        "VFREEBUSY"
      end
    end 
  end
end

Version data entries

14 entries across 14 versions & 7 rubygems

Version Path
demingfactor-ri_cal-0.10.0 lib/ri_cal/component/freebusy.rb
demingfactor-ri_cal-0.9.0 lib/ri_cal/component/freebusy.rb
rubyredrick-ri_cal-0.8.4 lib/ri_cal/component/freebusy.rb
awallis-ri_cal-0.8.8 lib/ri_cal/component/freebusy.rb
justinsoong-ri_cal-0.8.9 lib/ri_cal/component/freebusy.rb
justinsoong-ri_cal-0.8.8 lib/ri_cal/component/freebusy.rb
micahwedemeyer-ri_cal-0.8.10 lib/ri_cal/component/freebusy.rb
micahwedemeyer-ri_cal-0.8.9 lib/ri_cal/component/freebusy.rb
ri_cal-0.8.8 lib/ri_cal/component/freebusy.rb
ri_cal-0.8.7 lib/ri_cal/component/freebusy.rb
ri_cal-0.8.6 lib/ri_cal/component/freebusy.rb
miguelbaldi-ri_cal-0.1 lib/ri_cal/component/freebusy.rb
ri_cal-0.8.5 lib/ri_cal/component/freebusy.rb
ri_cal-0.8.4 lib/ri_cal/component/freebusy.rb