The Event object represents an event in an Events table and has the following properties.
| Property | Description | 
|---|---|
| AccessActual | Overrides the current access control list (ACL) level to mark the item private. | 
| AccessEffective | ACL level granted to the user viewing an item. | 
| AlarmAmount | Time interval before the start of an event when an alarm will ring. | 
| AlarmAmountAgain | Default amount of time to wait when the user sets the alarm snooze option. | 
| AlarmAmountOriginal | Time interval before an event for which an alarm was set before the user set the alarm snooze option. | 
| AlarmTypeUnit | Time unit to use for the alarm. | 
| AlarmTypeUnitAgain | Time unit to use as the default in the Reminder dialog box. | 
| AlarmTypeUnitOriginal | Time unit used for an alarm before the user set the alarm snooze option. | 
| ChangeNumber | Change number for the schedule. | 
| Created | Date and time at which an object was created. | 
| CreatorEntryId | MAPI entry identifier for an item's creator. | 
| CreatorName | MAPI display name of an item's creator. | 
| CreatorSearchKey | MAPI search key for an item's creator. | 
| EndDate | End date for an item. | 
| IsRecurringInstance | Determines whether an item is an instance of a recurrence pattern. | 
| ItemId | Item identifier for an object. | 
| LastModified | Date and time at which an object was last modified. | 
| Notify | Date and time for an alarm to ring. | 
| Ring | Determines whether an alarm has been set to ring for an item. | 
| RingAgain | Determines whether an alarm rings again. | 
| RingOriginal | Determines whether there used to be an alarm on an item before the alarm rang. | 
| StartDate | Start date for an item. | 
| Text | Text value of an item. | 
The Event object has the following data members.
| Data Member | Description | 
|---|---|
| Application | Returns an Application object. | 
| Parent | Returns to an object’s parent. | 
| Properties | Returns the number of properties defined for an object. | 
The Event object has the following methods.
| Method | Description | 
|---|---|
| DeleteProperties | Deletes a specified property. | 
| Flush | Removes properties that have been changed. | 
| GetProperties | Gets the value of one or more specified properties. | 
| GetProperty | Gets the value of a specified property for Visual Basic version 3.0. | 
| SetProperties | Sets the value of one or more properties. |