Click or drag to resize

Event Methods

The Event type exposes the following members.

Methods
 NameDescription
Public methodAccept Sets Status to Accepted for participants with specified email. Removes all others from the event.
Public methodAddAlarm Creates new alarm and adds it to the Alarms collection of this event.
Public methodAddAlarm(Alarm) Adds alarm to the Alarms collection of this event.
Public methodAddCustomHeader Adds custom header to this entity.
(Inherited from BasePdiEntity)
Public methodAddParticipant Adds new participant to this event.
Public methodAddRecurringRule Creates new recurring rule and adds it to the RecurringRules collection of this event.
Public methodAddRecurringRule(RecurringRule) Adds recurring rule to the RecurringRules collection of this event.
Public methodAllDay Marks the event as an all day event. Time in Start and End properties will be ignored if this method is used.
Public methodCancel Creates canceled version of this event.
Public methodDecline Sets Status to Declined for participants with specified email. Removes all others from the event.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetHeader Gets header with specified key from this calendar entity.
(Inherited from BasePdiEntity)
Public methodGetHeaders Gets header with specified key from this calendar entity.
(Inherited from BasePdiEntity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInTimeZone Specifies time zone for this event. Sets StartTimeZoneId and EndTimeZoneId. Remember to add the specified timezone to TimeZones.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRenderFinal Renders this entity as a string.
(Inherited from BasePdiEntity)
Public methodSetOrganizer Sets organizer for this event.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate Creates new version of this event that can be updated.
Top
See Also