Package | Description |
---|---|
com.hcl.domino | |
com.hcl.domino.freebusy | |
com.hcl.domino.person |
Modifier and Type | Method and Description |
---|---|
DominoDateRange |
DominoClient.createDateRange(TemporalAccessor start,
TemporalAccessor end)
Creates a new
DominoDateRange of two Temporal values. |
Modifier and Type | Method and Description |
---|---|
List<DominoDateRange> |
Schedule.extractBusyTimeRange(String unidIgnore,
TemporalAccessor from,
TemporalAccessor until)
Retrieves a user's busy times stored in this schedule
|
List<DominoDateRange> |
Schedule.extractFreeTimeRange(String unidIgnore,
boolean findFirstFit,
TemporalAccessor from,
TemporalAccessor until,
int duration)
This routine retrieves one or more free time ranges from a schedule.
It will only return 64k of free time ranges. Note: submitting a range or time that is in the past is not supported. |
List<DominoDateRange> |
FreeBusy.freeTimeSearch(String apptUnid,
TemporalAccessor apptOrigDate,
boolean findFirstFit,
TemporalAccessor from,
TemporalAccessor until,
int duration,
Collection<String> names)
This routine searches the schedule database (locally or on a specified server) for free time periods
common to a specified list of people.
|
Modifier and Type | Method and Description |
---|---|
DominoDateRange |
OutOfOffice.getAwayPeriod()
This function returns time parameters that control OOO.
|
Copyright © 2019–2021 HCL. All rights reserved.