Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
Contact |
VTodo.addContact(String contact)
Adds a contact to the to-do.
|
Contact |
VJournal.addContact(String contact)
Adds a contact to the journal entry.
|
Contact |
VFreeBusy.addContact(String contact)
Sets the contact for the free/busy entry.
|
Contact |
VEvent.addContact(String contact)
Adds a contact to the event.
|
Contact |
VFreeBusy.getContact()
Gets the contact associated with the free/busy entry.
|
Modifier and Type | Method and Description |
---|---|
List<Contact> |
VTodo.getContacts()
Gets the contacts associated with the to-do.
|
List<Contact> |
VJournal.getContacts()
Gets the contacts associated with the journal entry.
|
List<Contact> |
VEvent.getContacts()
Gets the contacts associated with the event.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addContact(Contact contact)
Adds a contact to the to-do.
|
void |
VJournal.addContact(Contact contact)
Adds a contact to the journal entry.
|
void |
VEvent.addContact(Contact contact)
Adds a contact to the event.
|
void |
VFreeBusy.setContact(Contact contact)
Sets the contact for the free/busy entry.
|
Modifier and Type | Method and Description |
---|---|
protected Contact |
ContactScribe.newInstance(String value,
ICalVersion version) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.