The Event type exposes the following members.

Properties

  NameDescription
Public propertyAlarm
Gets first alarm from the Alarms list or nullNothingnullptra null reference (Nothing in Visual Basic) if there are no alarms for this event.
Public propertyAlarms
List of alarms for this event.
Public propertyClass
Gets or sets class of this event (public, private, confidential).
Public propertyDescription
Gets or sets description of this event. In Microsoft Outlook, the DESCRIPTION corresponds to the descriptive text below "Appointment" form.
Public propertyEnd
Gets or sets end time of this event.
Public propertyEndTimeZoneId
Gets or sets time zone id for end time of this event.
Public propertyLocation
Gets or sets location of this event.
Public propertyOrganizer
Gets or sets the organizer of this event. Use SetOrganizer(Person) method to set organizer.
Public propertyParticipants
Gets all participants of this event. Use AddParticipant(Participant) method to add new participant to this collection.
Public propertyPriority
Gets or sets priority of this event.
Public propertyRecurringRules
Gets all recurring rules of this event. Use AddRecurringRule()()()() method to add new participant to this collection.
Public propertySequence
Gets or sets sequence of this event. You should increment this number for each event update. First update should have sequence set to 1.
Public propertyStamp
Gets or sets time stamp of this event (Always converted to UTC format).
Public propertyStart
Gets or sets start time of this event.
Public propertyStartTimeZoneId
Gets or sets time zone id for start time of this event.
Public propertyStatus
Gets or sets status of this event (tentative, confirmed, canceled).
Public propertySummary
Gets or sets summery of this event. In Microsoft Outlook, the SUMMARY corresponds to the "Subject" entry in the "Appointment" form.
Public propertyUID
Gets or sets the unique id of this event. For sending an UPDATE for an event the UID should match the original UID. Also Sequence should be set.

See Also