Namespace: ITHit.Collab.Calendar
The IFreeBusy type exposes the following members.
Name | Description | |
---|---|---|
Attendees |
Specifies the calendar users whose free/busy time is being requested.
| |
Comments |
Provides descriptive explanatory text.
| |
Components |
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.) | |
Contact |
Represents contact information for this free/busy time request.
| |
Container | ||
DateTimeStampUtc |
Gets or sets date-time stamp. Always in UTC.
| |
Delimiter |
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.) | |
EndUtc |
Gets the end date and time in UTC for the free or busy time information.
| |
FreeBusy |
Get free or busy time intervals.
| |
Organizer |
Specifies the calendar user who is requesting the free/busy time.
| |
Properties |
Dictionary of all business card or calendar properties.
(Inherited from IComponent.) | |
RequestStatuses |
Status code returned in response to a scheduling request.
| |
StartUtc |
Gets the start date and time in UTC for the free or busy time information.
| |
Uid |
Gets or sets the persistent, globally unique identifier for the calendar component.
| |
Url |
URL associated with this calendar component.
|
Name | Description | |
---|---|---|
AddProperty |
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IComponent.) | |
CreateCustomComponent |
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.) | |
CreateRawProperty |
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.) |
All properties of this component are optional except Uid and DateTimeStampUtc properties.
http://tools.ietf.org/html/rfc5545#section-3.6.4