| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
AvailabilityResponse |
Service.getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(MailboxData mailbox,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
| Modifier and Type | Method and Description |
|---|---|
AvailabilityResponse |
Service.getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
FreeBusyViewOptions freeBusyViewOptions,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|
AvailabilityResponse |
Service.getAvailability(java.util.List<MailboxData> mailboxes,
SerializableTimeZone timeZone,
SuggestionsViewOptions suggestionsViewOptions)
Retrieves detailed information about the availability of a set of users, rooms, and resources within the specified time window.
|