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