| Package | Description |
|---|---|
| biweekly.component | |
| biweekly.io.scribe.property | |
| biweekly.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 |
|---|---|
protected Organizer |
OrganizerScribe.newInstance(String value) |
| Modifier and Type | Method and Description |
|---|---|
static Organizer |
Organizer.email(String email)
Creates an organizer property using an email address as its value.
|
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.