[This is preliminary documentation and is subject to change.]

The OCCSVEventInfo type exposes the following members.

Constructors

  NameDescription
Public methodOCCSVEventInfoOverloaded.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEventInfo
Gets the event information for the event.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsPersonalOnlyInformationChanged
Determines if the personal only information is changed between two events. This is useful to determine if the user has changed the reminder and the busy information. This information may be required to stop sending emails to everybody when the personal information is changed.
(Inherited from EventInfo.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAll_Day_Event
Sets whether the event is all day event.
Public propertyAttachments
A list of attachments.
(Inherited from EventInfo.)
Public propertyCreatedByUserId
The creator user id of the event.
(Inherited from EventInfo.)
Public propertyCreatedTimestamp
The Timestamp of when the event is created.
(Inherited from EventInfo.)
Public propertyDateFormatStr
The date format for the event.
Public propertyDateTimeFormat
The datetime format for the event.
Public propertyDocIdList
the list of comma separated unique document identifier associated with this event.
(Inherited from EventInfo.)
Public propertyEnd_Date
The end date of the event in the proper date format.
Public propertyEnd_Time
the end time of the event in the proper time format.
Public propertyEndDatetime
The date and time of the end of the event.
(Inherited from EventInfo.)
Public propertyEvent_Description
the Description of the event.
Public propertyEvent_Name
the Title of the event.
Public propertyEventDescription
The Description of the event.
(Inherited from EventInfo.)
Public propertyEventGroupId
The unique id of the group which this event belongs to.
(Inherited from EventInfo.)
Public propertyEventGroupName
The name of the group to which the event belongs to.
(Inherited from EventInfo.)
Public propertyEventId
The system generated unique id of the event.
(Inherited from EventInfo.)
Public propertyEventName
The Title of the event.
(Inherited from EventInfo.)
Public propertyEventType
The event type of the event.
(Inherited from EventInfo.)
Public propertyEventUserId
The unique identifier of the user who created the event.
(Inherited from EventInfo.)
Public propertyFirstOcurrenceDatetime
The first occurence datetime of this recurring event.
(Inherited from EventInfo.)
Public propertyIsAllDayEvent
Shows whether the event is all day event.
(Inherited from EventInfo.)
Public propertyIsReminderSelected
Shows if the reminder is selected for the event.
(Inherited from EventInfo.)
Public propertyIsResourceReserved
Shows if the resource for this event is reserved.
(Inherited from EventInfo.)
Public propertyIsRSVP
Shows if the event has an RSVP.
(Inherited from EventInfo.)
Public propertyLabelId
The event label (classification)
(Inherited from EventInfo.)
Public propertyLastOcurrenceDatetime
the last occurence of datetime for this event.
(Inherited from EventInfo.)
Public propertyLocation
The Location of the event.
Public propertyMeetingAttendees
A list of meeting attendies.
(Inherited from EventInfo.)
Public propertyModifiedByUserId
The modified by user id
(Inherited from EventInfo.)
Public propertyModifiedTimestamp
The modified timestamp
(Inherited from EventInfo.)
Public propertyNotifyGroup
Shows whether to notify the group for this event.
(Inherited from EventInfo.)
Public propertyParentObjectId
The id of the parent object
(Inherited from EventInfo.)
Public propertyParentObjectType
The type of the parent object
(Inherited from EventInfo.)
Public propertyRecurrence
Te Recurrence information about the event.
(Inherited from EventInfo.)
Public propertyRegarding
The regarding string
(Inherited from EventInfo.)
Public propertyRemDocIdList
A list of comma separated document identifiers that needs to be removed inthis event.
(Inherited from EventInfo.)
Public propertyRemindAtDatetime
The date and time of the event reminder.
(Inherited from EventInfo.)
Public propertyReminder_Date
The reminder date in the proper date format.
Public propertyReminder_Time
the reminder time in the proper time format.
Public propertyRepeatInfoText
The text of the repeat information of the event.
(Inherited from EventInfo.)
Public propertyRepeatingSequenceId
The sequence id of the repeating sequence event.
(Inherited from EventInfo.)
Public propertyResourceId
The unique id of the resource associated with this event.
(Inherited from EventInfo.)
Public propertyResourceName
The name of the resource associated with the event.
(Inherited from EventInfo.)
Public propertyShow_Time_As
Shows how the time will be shown as. Valid values are Busy, Free,Tentative and OutOfOffice.
Public propertyShowAs
How the event is shown on the screen.
(Inherited from EventInfo.)
Public propertyStart_Date
The start date of the event in the proper date format.
Public propertyStart_Time
The start time of the event in the proper time format.
Public propertyStartDatetime
The date and time of the start of the event.
(Inherited from EventInfo.)
Public propertyTimeFormatStr
The time format forthe event.
Public propertyTimezoneId
The timezone id of the event.
(Inherited from EventInfo.)
Public propertyurl
The Uniform Resource Locator associated with this event.
(Inherited from EventInfo.)
Public propertyWhenToRemind
The time (in String format) of the reminder of the event.
(Inherited from EventInfo.)
Public propertyWhoToRemind
The name of the person to remind for the event.
(Inherited from EventInfo.)

See Also