Package | Description |
---|---|
biweekly.component | |
biweekly.io.scribe.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 | Method and Description |
---|---|
List<FreeBusy> |
VFreeBusy.getFreeBusy()
Gets the person's availabilities over certain time periods (for example,
"free" between 1pm-3pm, but "busy" between 3pm-4pm).
|
Modifier and Type | Method and Description |
---|---|
void |
VFreeBusy.addFreeBusy(FreeBusy freeBusy)
Adds a list of time periods for which the person is free or busy (for
example, "free" between 1pm-3pm and 4pm-5pm).
|
Modifier and Type | Method and Description |
---|---|
protected FreeBusy |
FreeBusyScribe._parseJson(JCalValue value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected FreeBusy |
FreeBusyScribe._parseText(String value,
ICalDataType dataType,
ICalParameters parameters,
ParseContext context) |
protected FreeBusy |
FreeBusyScribe._parseXml(XCalElement element,
ICalParameters parameters,
ParseContext context) |
Modifier and Type | Method and Description |
---|---|
protected JCalValue |
FreeBusyScribe._writeJson(FreeBusy property,
WriteContext context) |
protected String |
FreeBusyScribe._writeText(FreeBusy property,
WriteContext context) |
protected void |
FreeBusyScribe._writeXml(FreeBusy property,
XCalElement element,
WriteContext context) |
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.