Package | Description |
---|---|
biweekly.component | |
biweekly.io | |
biweekly.io.scribe.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 |
---|---|
static Attendee |
DataModelConverter.convert(Organizer organizer)
|
Modifier and Type | Method and Description |
---|---|
static Organizer |
DataModelConverter.convert(Attendee attendee)
|
Modifier and Type | Method and Description |
---|---|
protected Attendee |
AttendeeScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected ICalDataType |
AttendeeScribe._dataType(Attendee property,
ICalVersion version) |
protected ICalParameters |
AttendeeScribe._prepareParameters(Attendee property,
WriteContext context) |
protected String |
AttendeeScribe._writeText(Attendee property,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.