Namespace: ITHit.Collab.Calendar
The IEventBase type exposes the following members.
Name | Description | |
---|---|---|
Alarms |
Gets reminder or alarm for a calendar component.
| |
Attachments |
Gets document objects associated with the calendar component.
(Inherited from IJournal.) | |
Attendees |
Gets attendees associated with the calendar component.
(Inherited from IJournal.) | |
Categories |
Gets categories for the calendar component.
(Inherited from IJournal.) | |
Class |
Gets or sets access classification for a calendar component.
(Inherited from IJournal.) | |
Comments |
Gets list of explanatory texts associated with the calendar component.
(Inherited from IJournal.) | |
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.
(Inherited from IJournal.) | |
Container |
Gets parent component or null if this is a top-level component.
(Inherited from IJournal.) | |
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.
(Inherited from IJournal.) | |
DateTimeStampUtc |
Gets or sets date-time stamp. Always in UTC.
(Inherited from IJournal.) | |
Delimiter |
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.) | |
Description |
Gets or sets a more complete description of the calendar component than that provided by the Summary property.
| |
Duration |
Gets or sets duration of this component.
| |
ExceptionDateTimes |
Gets date and time exceptions information for recurring calendar component. Provides access to "EXDATE" properties list.
(Inherited from IJournal.) | |
GeographicPosition |
Gets or sets information related to the global position for the activity specified by a calendar component.
| |
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.
(Inherited from IJournal.) | |
Location |
Gets or sets the intended venue for the activity defined by a calendar component.
| |
Organizer |
Gets or sets an organizer of the event.
(Inherited from IJournal.) | |
Priority |
Gets or sets the relative priority for a calendar component.
| |
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.
(Inherited from IJournal.) | |
RecurrenceId |
Gets or sets a reference to a specific instance of a recurring event.
(Inherited from IJournal.) | |
RecurrenceRule |
Gets or sets the rule or repeating pattern for recurring events.
(Inherited from IJournal.) | |
RelatedTo |
Gets or sets a relationship or reference between this calendar component and another.
(Inherited from IJournal.) | |
RequestStatuses |
Gets status codes returned in response to a scheduling request.
(Inherited from IJournal.) | |
Resources |
Gets resources for a calendar component.
| |
Sequence |
Gets or sets the revision sequence number of the calendar component within a sequence of revisions.
(Inherited from IJournal.) | |
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.
(Inherited from IJournal.) | |
Status |
Gets or sets overall status or confirmation for the event calendar component.
(Inherited from IJournal.) | |
Summary |
Gets or sets a short summary or subject for the calendar component.
(Inherited from IJournal.) | |
Uid |
Gets or sets the persistent, globally unique identifier for the calendar component.
(Inherited from IJournal.) | |
Url |
Gets or sets the URL associated with this calendar component.
(Inherited from IJournal.) |
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.