| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.io.scribe.property | |
| biweekly.property |
| Modifier and Type | Method and Description |
|---|---|
Attendee |
VTodo.addAttendee(String email)
Adds a person who is involved in the to-do.
|
Attendee |
VJournal.addAttendee(String email)
Adds a person who is involved in the journal entry.
|
Attendee |
VEvent.addAttendee(String email)
Adds a person who is attending the event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attendee> |
VTodo.getAttendees()
Gets the people who are involved in the to-do.
|
List<Attendee> |
VJournal.getAttendees()
Gets the people who are involved in the journal entry.
|
List<Attendee> |
VFreeBusy.getAttendees()
Gets the people who are involved in the free/busy entry.
|
List<Attendee> |
VEvent.getAttendees()
Gets the people who are attending the event.
|
List<Attendee> |
VAlarm.getAttendees()
Gets the people who will be emailed when the alarm fires (only applicable
for EMAIL alarms).
|
| Modifier and Type | Method and Description |
|---|---|
void |
VTodo.addAttendee(Attendee attendee)
Adds a person who is involved in the to-do.
|
void |
VJournal.addAttendee(Attendee attendee)
Adds a person who is involved in the journal entry.
|
void |
VFreeBusy.addAttendee(Attendee attendee)
Adds a person who is involved in the free/busy entry.
|
void |
VEvent.addAttendee(Attendee attendee)
Adds a person who is attending the event.
|
void |
VAlarm.addAttendee(Attendee attendee)
Adds a person who will be emailed when the alarm fires (only applicable
for EMAIL alarms).
|
| Modifier and Type | Method and Description |
|---|---|
protected Attendee |
AttendeeScribe.newInstance(String value) |
| Modifier and Type | Method and Description |
|---|---|
static Attendee |
Attendee.email(String email)
Creates an attendee property using an email address as its value.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.