Click or drag to resize

ITrigger Interface

IT Hit WebDAV Classes Reference
Specifies when an alarm will trigger.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ITrigger : IProperty

The ITrigger type exposes the following members.

Properties
  NameDescription
Public propertyAbsoluteDateTimeUtc
Gets or sets the absolute date-time for the alarm in UTC. Returns null if relative offset (RelativeOffset) from the beggining or the end of the event or to-do is specified or the value can not be parsed.
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyIsRelativeOffset
Returns true if if relative offset (RelativeOffset) from the beggining or the end of the event or to-do is specified, false otherwise.
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Public propertyRelated
Gets or sets relationship of the alarm trigger with respect to the start or end of the calendar component. Provides access to "RELATED" parameter. Returns null if absolute date-time is specified.
Public propertyRelativeOffset
Gets or sets the time for the trigger of the alarm relative to the start or the end of an event or to-do with which the alarm is associated. Returns null if absolute date-time is specified (AbsoluteDateTimeUtc) or the value can not be parsed.
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Top
Remarks
http://tools.ietf.org/html/rfc5545#section-3.8.6.3
See Also