[This is preliminary documentation and is subject to change.]
The EventInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | EventInfo | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsPersonalOnlyInformationChanged |
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.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Attachments |
A list of attachments.
|
![]() | CreatedByUserId |
The creator user id of the event.
|
![]() | CreatedTimestamp |
The Timestamp of when the event is created.
|
![]() | DocIdList |
the list of comma separated unique document identifier associated with this event.
|
![]() | EndDatetime |
The date and time of the end of the event.
|
![]() | EventDescription |
The Description of the event.
|
![]() | EventGroupId |
The unique id of the group which this event belongs to.
|
![]() | EventGroupName |
The name of the group to which the event belongs to.
|
![]() | EventId |
The system generated unique id of the event.
|
![]() | EventName |
The Title of the event.
|
![]() | EventType |
The event type of the event.
|
![]() | EventUserId |
The unique identifier of the user who created the event.
|
![]() | FirstOcurrenceDatetime |
The first occurence datetime of this recurring event.
|
![]() | IsAllDayEvent |
Shows whether the event is all day event.
|
![]() | IsReminderSelected |
Shows if the reminder is selected for the event.
|
![]() | IsResourceReserved |
Shows if the resource for this event is reserved.
|
![]() | IsRSVP |
Shows if the event has an RSVP.
|
![]() | LabelId |
The event label (classification)
|
![]() | LastOcurrenceDatetime |
the last occurence of datetime for this event.
|
![]() | Location |
The Location of the event.
|
![]() | MeetingAttendees |
A list of meeting attendies.
|
![]() | ModifiedByUserId |
The modified by user id
|
![]() | ModifiedTimestamp |
The modified timestamp
|
![]() | NotifyGroup |
Shows whether to notify the group for this event.
|
![]() | ParentObjectId |
The id of the parent object
|
![]() | ParentObjectType |
The type of the parent object
|
![]() | Recurrence |
Te Recurrence information about the event.
|
![]() | Regarding |
The regarding string
|
![]() | RemDocIdList |
A list of comma separated document identifiers that needs to be removed inthis event.
|
![]() | RemindAtDatetime |
The date and time of the event reminder.
|
![]() | RepeatInfoText |
The text of the repeat information of the event.
|
![]() | RepeatingSequenceId |
The sequence id of the repeating sequence event.
|
![]() | ResourceId |
The unique id of the resource associated with this event.
|
![]() | ResourceName |
The name of the resource associated with the event.
|
![]() | ShowAs |
How the event is shown on the screen.
|
![]() | StartDatetime |
The date and time of the start of the event.
|
![]() | TimezoneId |
The timezone id of the event.
|
![]() | url |
The Uniform Resource Locator associated with this event.
|
![]() | WhenToRemind |
The time (in String format) of the reminder of the event.
|
![]() | WhoToRemind |
The name of the person to remind for the event.
|