Event Methods |
The Event type exposes the following members.
| Name | Description | |
|---|---|---|
| Accept | Sets Status to Accepted for participants with specified email. Removes all others from the event. | |
| AddAlarm | Creates new alarm and adds it to the Alarms collection of this event. | |
| AddAlarm(Alarm) | Adds alarm to the Alarms collection of this event. | |
| AddCustomHeader |
Adds custom header to this entity.
(Inherited from BasePdiEntity) | |
| AddParticipant | Adds new participant to this event. | |
| AddRecurringRule | Creates new recurring rule and adds it to the RecurringRules collection of this event. | |
| AddRecurringRule(RecurringRule) | Adds recurring rule to the RecurringRules collection of this event. | |
| AllDay | Marks the event as an all day event. Time in Start and End properties will be ignored if this method is used. | |
| Cancel | Creates canceled version of this event. | |
| Decline | Sets Status to Declined for participants with specified email. Removes all others from the event. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetHeader |
Gets header with specified key from this calendar entity.
(Inherited from BasePdiEntity) | |
| GetHeaders |
Gets header with specified key from this calendar entity.
(Inherited from BasePdiEntity) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InTimeZone | Specifies time zone for this event. Sets StartTimeZoneId and EndTimeZoneId. Remember to add the specified timezone to TimeZones. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| RenderFinal |
Renders this entity as a string.
(Inherited from BasePdiEntity) | |
| SetOrganizer | Sets organizer for this event. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| Update | Creates new version of this event that can be updated. |