Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
Trigger |
VAlarm.getTrigger()
Gets when the alarm will be triggered.
|
Modifier and Type | Method and Description |
---|---|
static VAlarm |
VAlarm.audio(Trigger trigger)
Creates an audio alarm.
|
static VAlarm |
VAlarm.audio(Trigger trigger,
Attachment sound)
Creates an audio alarm.
|
static VAlarm |
VAlarm.display(Trigger trigger,
String displayText)
Creates a display alarm.
|
static VAlarm |
VAlarm.email(Trigger trigger,
String subject,
String body,
List<String> recipients)
Creates an email alarm.
|
static VAlarm |
VAlarm.email(Trigger trigger,
String subject,
String body,
String... recipients)
Creates an email alarm.
|
static VAlarm |
VAlarm.procedure(Trigger trigger,
String path)
Creates a procedure alarm (vCal 1.0 only).
|
void |
VAlarm.setTrigger(Trigger trigger)
Sets when the alarm will be triggered.
|
Constructor and Description |
---|
VAlarm(Action action,
Trigger trigger)
Creates a new alarm.
|
Modifier and Type | Method and Description |
---|---|
protected Trigger |
TriggerScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Trigger |
TriggerScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected Trigger |
TriggerScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected ICalDataType |
TriggerScribe._dataType(Trigger property,
ICalVersion version) |
protected JCalValue |
TriggerScribe._writeJson(Trigger property,
WriteContext context) |
protected String |
TriggerScribe._writeText(Trigger property,
WriteContext context) |
protected void |
TriggerScribe._writeXml(Trigger property,
XCalElement element,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.