Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
RelatedTo |
VTodo.addRelatedTo(String uid)
Adds a component that the to-do is related to.
|
RelatedTo |
VJournal.addRelatedTo(String uid)
Adds a component that the journal entry is related to.
|
RelatedTo |
VEvent.addRelatedTo(String uid)
Adds a component that the event is related to.
|
Modifier and Type | Method and Description |
---|---|
List<RelatedTo> |
VTodo.getRelatedTo()
Gets the components that the to-do is related to.
|
List<RelatedTo> |
VJournal.getRelatedTo()
Gets the components that the journal entry is related to.
|
List<RelatedTo> |
VEvent.getRelatedTo()
Gets the components that the event is related to.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addRelatedTo(RelatedTo relatedTo)
Adds a component that the to-do is related to.
|
void |
VJournal.addRelatedTo(RelatedTo relatedTo)
Adds a component that the journal entry is related to.
|
void |
VEvent.addRelatedTo(RelatedTo relatedTo)
Adds a component that the event is related to.
|
Modifier and Type | Method and Description |
---|---|
protected RelatedTo |
RelatedToScribe.newInstance(String value,
ICalVersion version) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.