public final class ExchangeUserAvailability extends Object
Represents user availability information
Constructor and Description |
---|
ExchangeUserAvailability()
Initializes a new instance of the
ExchangeUserAvailability class. |
Modifier and Type | Method and Description |
---|---|
ExchangeCalendarEventCollection |
getCalendarAppointments()
Gets the calendar appointments in the user's calendar.
|
String |
getUser()
Gets the user smtp address.
|
ExchangeUserWorkingHoursCollection |
getWorkingHours()
Gets the working hours.
|
DateRange |
getWorkingHours(Date date)
Gets the working hours in the specified date taking into account the user's timezone.
|
public ExchangeUserAvailability()
Initializes a new instance of the ExchangeUserAvailability
class.
public final String getUser()
Gets the user smtp address.
public final ExchangeCalendarEventCollection getCalendarAppointments()
Gets the calendar appointments in the user's calendar.
public final ExchangeUserWorkingHoursCollection getWorkingHours()
Gets the working hours.