Namespace: ITHit.Collab.Calendar
The IJournal type exposes the following members.
Name | Description | |
---|---|---|
Attachments |
Gets document objects associated with the calendar component.
| |
Attendees |
Gets attendees associated with the calendar component.
| |
Categories |
Gets categories for the calendar component.
| |
Class |
Gets or sets access classification for a calendar component.
| |
Comments |
Gets list of explanatory texts associated with the calendar component.
| |
Components |
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.) | |
Contacts |
Gets contact information or alternately a reference to contact information associated with the calendar component.
| |
Container |
Gets parent component or null if this is a top-level component.
| |
CreatedUtc |
Gets or sets the date and time in UTC when the calendar information was created by the calendar user agent in the calendar store.
| |
DateTimeStampUtc |
Gets or sets date-time stamp. Always in UTC.
| |
Delimiter |
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.) | |
ExceptionDateTimes |
Gets date and time exceptions information for recurring calendar component. Provides access to "EXDATE" properties list.
| |
LastModifiedUtc |
Gets or sets the date and time in UTC that the information associated with the calendar component was last revised in the calendar store.
| |
Organizer |
Gets or sets an organizer of the event.
| |
Properties |
Dictionary of all business card or calendar properties.
(Inherited from IComponent.) | |
RecurrenceDateTimes |
Gets date and time information for recurring calendar component. Provides access to "RDATE" properties list.
| |
RecurrenceId |
Gets or sets a reference to a specific instance of a recurring event.
| |
RecurrenceRule |
Gets or sets the rule or repeating pattern for recurring events.
| |
RelatedTo |
Gets or sets a relationship or reference between this calendar component and another.
| |
RequestStatuses |
Gets status codes returned in response to a scheduling request.
| |
Sequence |
Gets or sets the revision sequence number of the calendar component within a sequence of revisions.
| |
Start |
Gets or sets the inclusive start of the event. For recurring events or to-do, it also specifies the very first instance in the recurrence set. The time could be "floating" time, time related to time zone, or time in UTC.
| |
Status |
Gets or sets overall status or confirmation for the event calendar component.
| |
Summary |
Gets or sets a short summary or subject for the calendar component.
| |
Uid |
Gets or sets the persistent, globally unique identifier for the calendar component.
| |
Url |
Gets or sets the 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.3