Package net.bluemind.icalendar.api
Class ICalendarElement.VAlarm
java.lang.Object
net.bluemind.icalendar.api.ICalendarElement.VAlarm
- Enclosing class:
 ICalendarElement
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncopy()static ICalendarElement.VAlarmSimple alarmstatic ICalendarElement.VAlarmSimple alarm with summarystatic ICalendarElement.VAlarmcreate(ICalendarElement.VAlarm.Action action, Integer trigger, String description, Integer duration, Integer repeat, String summary)  
- 
Field Details
- 
action
 - 
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
 - 
duration
in SECOND - 
repeat
 - 
summary
 
 - 
 - 
Constructor Details
- 
VAlarm
public VAlarm() 
 - 
 - 
Method Details
- 
create
Simple alarm- Parameters:
 trigger-action-- Returns:
 
 - 
create
Simple alarm with summary- Parameters:
 trigger-summary-- Returns:
 
 - 
create
public static ICalendarElement.VAlarm create(ICalendarElement.VAlarm.Action action, Integer trigger, String description, Integer duration, Integer repeat, String summary) - Parameters:
 action-trigger-description-duration-repeat-summary-- Returns:
 
 - 
copy
 
 -