Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
Categories |
VTodo.addCategories(List<String> categories)
Adds a list of "tags" or "keywords" that describe the to-do.
|
Categories |
VJournal.addCategories(List<String> categories)
Adds a list of "tags" or "keywords" that describe the journal entry.
|
Categories |
VEvent.addCategories(List<String> categories)
Adds a list of "tags" or "keywords" that describe the event.
|
Categories |
VTodo.addCategories(String... categories)
Adds a list of "tags" or "keywords" that describe the to-do.
|
Categories |
VJournal.addCategories(String... categories)
Adds a list of "tags" or "keywords" that describe the journal entry.
|
Categories |
VEvent.addCategories(String... categories)
Adds a list of "tags" or "keywords" that describe the event.
|
Modifier and Type | Method and Description |
---|---|
List<Categories> |
VTodo.getCategories()
Gets a list of "tags" or "keywords" that describe the to-do.
|
List<Categories> |
VJournal.getCategories()
Gets a list of "tags" or "keywords" that describe the journal entry.
|
List<Categories> |
VEvent.getCategories()
Gets a list of "tags" or "keywords" that describe the event.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addCategories(Categories categories)
Adds a list of "tags" or "keywords" that describe the to-do.
|
void |
VJournal.addCategories(Categories categories)
Adds a list of "tags" or "keywords" that describe the journal entry.
|
void |
VEvent.addCategories(Categories categories)
Adds a list of "tags" or "keywords" that describe the event.
|
Modifier and Type | Method and Description |
---|---|
Categories |
CategoriesScribe.newInstance(ICalDataType dataType,
ICalParameters parameters) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.