Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.component |
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.
|
Modifier and Type | Method and Description |
---|---|
List<VAlarm> |
VTodo.getAlarms()
Gets the alarms that are assigned to this to-do.
|
List<VAlarm> |
VEvent.getAlarms()
Gets the alarms that are assigned to this event.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addAlarm(VAlarm alarm)
Adds an alarm to this to-do.
|
void |
VEvent.addAlarm(VAlarm alarm)
Adds an alarm to this event.
|
Modifier and Type | Method and Description |
---|---|
protected VAlarm |
VAlarmScribe._newInstance() |
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.