Sha256: 4e6b6c09f3eb0db3e468aec1e6adc4db4f8281245c1a7d34d75c85d17f06eea5
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
module RiCal class Component # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
friflaj_ri_cal-0.9.0 | lib/ri_cal/component/freebusy.rb |