Package | Description |
---|---|
biweekly.component | |
biweekly.parameter | |
biweekly.property |
Modifier and Type | Method and Description |
---|---|
FreeBusy |
VFreeBusy.addFreeBusy(FreeBusyType type,
Date start,
Date end)
Adds a single time period for which the person is free or busy (for
example, "free" between 1pm-3pm).
|
FreeBusy |
VFreeBusy.addFreeBusy(FreeBusyType type,
Date start,
Duration duration)
Adds a single time period for which the person is free or busy (for
example, "free" for 2 hours after 1pm).
|
Modifier and Type | Field and Description |
---|---|
static FreeBusyType |
FreeBusyType.BUSY |
static FreeBusyType |
FreeBusyType.BUSY_TENTATIVE |
static FreeBusyType |
FreeBusyType.BUSY_UNAVAILABLE |
static FreeBusyType |
FreeBusyType.FREE |
Modifier and Type | Method and Description |
---|---|
static FreeBusyType |
FreeBusyType.find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static FreeBusyType |
FreeBusyType.get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
FreeBusyType |
ICalParameters.getFreeBusyType()
Gets the person's status over the time periods that are specified in a
FreeBusy property (for example, "free" or "busy"). |
Modifier and Type | Method and Description |
---|---|
static Collection<FreeBusyType> |
FreeBusyType.all()
Gets all of the parameter values that are defined as static constants in
this class.
|
Modifier and Type | Method and Description |
---|---|
void |
ICalParameters.setFreeBusyType(FreeBusyType fbType)
Sets the person's status over the time periods that are specified in a
FreeBusy property (for example, "free" or "busy"). |
Modifier and Type | Method and Description |
---|---|
FreeBusyType |
FreeBusy.getType()
Gets the person's status over the time periods that are specified in this
property (for example, "free" or "busy").
|
Modifier and Type | Method and Description |
---|---|
void |
FreeBusy.setType(FreeBusyType fbType)
Sets the person's status over the time periods that are specified in this
property (for example, "free" or "busy").
|
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.