All Implemented Interfaces:
PropAlarmTrigger<T>, VProperty<T>, VChild, VElement, VParent

public class Trigger<T> extends VPropertyBase<T,Trigger<T>> implements PropAlarmTrigger<T>
TRIGGER RFC 5545, 3.8.6.3, page 133 This property specifies when an alarm will trigger. Value defaults to DURATION, but can also be DATE-TIME. Only UTC-formatted DATE-TIME is valid. Example: A trigger set 15 minutes prior to the start of the event or to-do. TRIGGER:-PT15M A trigger set five minutes after the end of an event or the due date of a to-do. TRIGGER;RELATED=END:PT5M
See Also: