Event Properties |
The Event type exposes the following members.
| Name | Description | |
|---|---|---|
| Alarm | Gets first alarm from the Alarms list or if there are no alarms for this event. | |
| Alarms | List of alarms for this event. | |
| Class | Gets or sets class of this event (public, private, confidential). | |
| Description | Gets or sets description of this event. In Microsoft Outlook, the DESCRIPTION corresponds to the descriptive text below "Appointment" form. | |
| DescriptionAltRep | Gets or set ALTREP parameter of Description header. It specifies a URI that points to analternate representation for a textual property value (e.g "CID:part3.msg.970415T083000@example.com"). | |
| End | Gets or sets end time of this event ("DTEND"). | |
| EndTimeZoneId | Gets or sets time zone id of End time of this event. Consider using method instead setting this property. | |
| ExceptionDates | Gets a list of date/time exceptions for this event. (EXDATE). | |
| ExceptionsTimeZoneId | Gets or sets time zone id of ExceptionDates of this event. Consider using method instead setting this property. | |
| Location | Gets or sets location of this event. | |
| Organizer | Gets or sets the organizer of this event. Use SetOrganizer(Person) method to set organizer. | |
| Participants | Gets all participants of this event. Use AddParticipant(Participant) method to add new participant to this collection. | |
| Priority | Gets or sets priority of this event. | |
| RecurrenceId | Gets recurence id this instants represents. (RECURRENCE-ID). | |
| RecurringRules | Gets all recurring rules for this event. Use AddRecurringRule method to add new participant to this collection. | |
| Sequence | Gets or sets sequence of this event. You should increment this number for each event update. First update should have sequence set to 1. | |
| Stamp | Gets or sets time stamp of this event (Always converted to UTC format). | |
| Start | Gets or sets start time of this event ("DTSTART"). | |
| StartTimeZoneId | Gets or sets time zone id of Start time of this event. Consider using method instead setting this property. | |
| Status | Gets or sets status of this event (tentative, confirmed, canceled). | |
| Summary | Gets or sets summery of this event. In Microsoft Outlook, the SUMMARY corresponds to the "Subject" entry in the "Appointment" form. | |
| UID | 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. | |
| XAltDescription | Gets or sets the value of X-ALT-DESC. It is used by Outlook to specify HTML version of Description header. |