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

The EventInfo type exposes the following members.

Constructors

  NameDescription
Public methodEventInfoOverloaded.

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 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.
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 propertyAttachments
A list of attachments.
Public propertyCreatedByUserId
The creator user id of the event.
Public propertyCreatedTimestamp
The Timestamp of when the event is created.
Public propertyDocIdList
the list of comma separated unique document identifier associated with this event.
Public propertyEndDatetime
The date and time of the end of the event.
Public propertyEventDescription
The Description of the event.
Public propertyEventGroupId
The unique id of the group which this event belongs to.
Public propertyEventGroupName
The name of the group to which the event belongs to.
Public propertyEventId
The system generated unique id of the event.
Public propertyEventName
The Title of the event.
Public propertyEventType
The event type of the event.
Public propertyEventUserId
The unique identifier of the user who created the event.
Public propertyFirstOcurrenceDatetime
The first occurence datetime of this recurring event.
Public propertyIsAllDayEvent
Shows whether the event is all day event.
Public propertyIsReminderSelected
Shows if the reminder is selected for the event.
Public propertyIsResourceReserved
Shows if the resource for this event is reserved.
Public propertyIsRSVP
Shows if the event has an RSVP.
Public propertyLabelId
The event label (classification)
Public propertyLastOcurrenceDatetime
the last occurence of datetime for this event.
Public propertyLocation
The Location of the event.
Public propertyMeetingAttendees
A list of meeting attendies.
Public propertyModifiedByUserId
The modified by user id
Public propertyModifiedTimestamp
The modified timestamp
Public propertyNotifyGroup
Shows whether to notify the group for this event.
Public propertyParentObjectId
The id of the parent object
Public propertyParentObjectType
The type of the parent object
Public propertyRecurrence
Te Recurrence information about the event.
Public propertyRegarding
The regarding string
Public propertyRemDocIdList
A list of comma separated document identifiers that needs to be removed inthis event.
Public propertyRemindAtDatetime
The date and time of the event reminder.
Public propertyRepeatInfoText
The text of the repeat information of the event.
Public propertyRepeatingSequenceId
The sequence id of the repeating sequence event.
Public propertyResourceId
The unique id of the resource associated with this event.
Public propertyResourceName
The name of the resource associated with the event.
Public propertyShowAs
How the event is shown on the screen.
Public propertyStartDatetime
The date and time of the start of the event.
Public propertyTimezoneId
The timezone id of the event.
Public propertyurl
The Uniform Resource Locator associated with this event.
Public propertyWhenToRemind
The time (in String format) of the reminder of the event.
Public propertyWhoToRemind
The name of the person to remind for the event.

See Also