Class ICalendarElement.VAlarm

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

public static class ICalendarElement.VAlarm extends Object
  • Field Details Link icon

    • action Link icon

    • trigger Link icon

      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 Link icon

      public String description
    • duration Link icon

      public Integer duration
      in SECOND
    • repeat Link icon

      public Integer repeat
    • summary Link icon

      public String summary
  • Constructor Details Link icon

    • VAlarm Link icon

      public VAlarm()
  • Method Details Link icon