Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.property |
Modifier and Type | Method and Description |
---|---|
Comment |
VTodo.addComment(String comment)
Adds a comment to the to-do.
|
Comment |
VJournal.addComment(String comment)
Adds a comment to the journal entry.
|
Comment |
VFreeBusy.addComment(String comment)
Adds a comment to the free/busy entry.
|
Comment |
VEvent.addComment(String comment)
Adds a comment to the event.
|
Comment |
Observance.addComment(String comment)
Adds a comment to the timezone observance.
|
Modifier and Type | Method and Description |
---|---|
List<Comment> |
VTodo.getComments()
Gets the comments attached to the to-do.
|
List<Comment> |
VJournal.getComments()
Gets the comments attached to the journal entry.
|
List<Comment> |
VFreeBusy.getComments()
Gets the comments attached to the free/busy entry.
|
List<Comment> |
VEvent.getComments()
Gets the comments attached to the event.
|
List<Comment> |
Observance.getComments()
Gets the comments attached to the timezone observance.
|
Modifier and Type | Method and Description |
---|---|
void |
VTodo.addComment(Comment comment)
Adds a comment to the to-do.
|
void |
VJournal.addComment(Comment comment)
Adds a comment to the journal entry.
|
void |
VFreeBusy.addComment(Comment comment)
Adds a comment to the free/busy entry.
|
void |
VEvent.addComment(Comment comment)
Adds a comment to the event.
|
void |
Observance.addComment(Comment comment)
Adds a comment to the timezone observance.
|
Modifier and Type | Method and Description |
---|---|
protected Comment |
CommentScribe.newInstance(String value,
ICalVersion version) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.