Click or drag to resize

IFreeBusyTime Interface

IT Hit WebDAV Classes Reference
Represents a iCalendar "FREEBUSY" property that defines one or more free or busy time intervals.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface IFreeBusyTime : IProperty, 
	IFreeBusyParam

The IFreeBusyTime type exposes the following members.

Properties
  NameDescription
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyFreeBusyTimeType
Gets or sets free or busy time type.
(Inherited from IFreeBusyParam.)
Public propertyIntervals
Gets a list of time periods stored as a value of this property.
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Top
Remarks
http://tools.ietf.org/html/rfc5545#section-3.8.2.6
See Also