Package | Description |
---|---|
biweekly.component | |
biweekly.io | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
Organizer |
VTodo.getOrganizer()
Gets the organizer of the to-do.
|
Organizer |
VJournal.getOrganizer()
Gets the organizer of the journal entry.
|
Organizer |
VFreeBusy.getOrganizer()
Gets the person requesting the free/busy time.
|
Organizer |
VEvent.getOrganizer()
Gets the organizer of the event.
|
Organizer |
VTodo.setOrganizer(String email)
Sets the organizer of the to-do.
|
Organizer |
VJournal.setOrganizer(String email)
Sets the organizer of the journal entry.
|
Organizer |
VFreeBusy.setOrganizer(String email)
Sets the person requesting the free/busy time.
|
Organizer |
VEvent.setOrganizer(String email)
Sets the organizer of the event.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.setOrganizer(Organizer organizer)
Sets the organizer of the to-do.
|
void |
VJournal.setOrganizer(Organizer organizer)
Sets the organizer of the journal entry.
|
void |
VFreeBusy.setOrganizer(Organizer organizer)
Sets the person requesting the free/busy time.
|
void |
VEvent.setOrganizer(Organizer organizer)
Sets the organizer of the event.
|
Modifier and Type | Method and Description |
---|---|
static Organizer |
DataModelConverter.convert(Attendee attendee)
|
Modifier and Type | Method and Description |
---|---|
static Attendee |
DataModelConverter.convert(Organizer organizer)
|
Modifier and Type | Method and Description |
---|---|
protected Organizer |
OrganizerScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected ICalParameters |
OrganizerScribe._prepareParameters(Organizer property,
WriteContext context) |
protected String |
OrganizerScribe._writeText(Organizer property,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.