public final class ExchangeCalendarEvent extends Object
Represents the event in the user's calendar
Constructor and Description |
---|
ExchangeCalendarEvent()
Initializes a new instance of the
ExchangeCalendarEvent class. |
Modifier and Type | Method and Description |
---|---|
int |
getBusyness()
Gets the user busyness.
|
DateRange |
getDuration()
Gets the event duration.
|
String |
getLocation()
Gets the appointment location.
|
String |
getSubject()
Gets the calendar event subject.
|
public ExchangeCalendarEvent()
Initializes a new instance of the ExchangeCalendarEvent
class.
public final DateRange getDuration()
Gets the event duration.
public final int getBusyness()
Gets the user busyness.
public final String getSubject()
Gets the calendar event subject.
public final String getLocation()
Gets the appointment location.