Sha256: f5137546b20f992fb23d867d2406c4328cfd209bbe7ef4b9cb4118d0b14f0d1d

Contents?: true

Size: 353 Bytes

Versions: 8

Compression:

Stored size: 353 Bytes

Contents

module Icalendar
    # 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.
    class Freebusy < Component

      def initialize()
        super("VFREEBUSY")
      end
    end
  end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
bigtinker-0.94 extras/icalendar/component/freebusy.rb
bigtinker-0.93 extras/icalendar/component/freebusy.rb
bigtinker-0.98 lib/icalendar/component/freebusy.rb
bigtinker-0.95 extras/icalendar/component/freebusy.rb
rwdschedule-0.07 lib/icalendar/component/freebusy.rb
rwdschedule-1.01 extras/icalendar/component/freebusy.rb
rwdschedule-1.00 extras/icalendar/component/freebusy.rb
rwdschedule-1.02 extras/icalendar/component/freebusy.rb