Class ICalendarElement.VAlarm

java.lang.Object
net.bluemind.icalendar.api.ICalendarElement.VAlarm
Enclosing class:
ICalendarElement

public static class ICalendarElement.VAlarm extends Object
  • Field Details

    • action

    • trigger

      public Integer trigger
      Relative to ICalendarelement.dtstart. In SECOND Either a positive or negative duration may be specified for the "TRIGGER" property. An alarm with a positive duration is triggered after the associated start or end of the event or to-do. An alarm with a negative duration is triggered before the associated start or end of the event or to-do.
    • description

      public String description
    • duration

      public Integer duration
      in SECOND
    • repeat

      public Integer repeat
    • summary

      public String summary
  • Constructor Details

    • VAlarm

      public VAlarm()
  • Method Details