| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
LegacyFreeBusy |
IndividualAttendeeConflict.getBusyType()
Gets the free/busy status of a user for a suggested meeting time.
|
LegacyFreeBusy |
MeetingRequest.getIntendedFreeBusyStatus()
Gets the intended status for the calendar item that is associated with the meeting request.
|
LegacyFreeBusy |
Appointment.getLegacyFreeBusy()
Gets the free/busy status of the appointment.
|
LegacyFreeBusy |
MeetingRequest.getLegacyFreeBusyStatus()
Gets the free/busy status of the calendar item.
|
LegacyFreeBusy |
CalendarEvent.getLegacyFreeBusyStatus()
Gets the legacy free busy status.
|
static LegacyFreeBusy |
LegacyFreeBusy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LegacyFreeBusy[] |
LegacyFreeBusy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Appointment.setLegacyFreeBusy(LegacyFreeBusy legacyFreeBusyStatus)
Sets the free/busy status of the appointment.
|