public final class CalendarActionResults extends Object
Constructor and Description |
---|
CalendarActionResults(Iterable<Item> items)
Initializes a new instance of the class.
|
Modifier and Type | Method and Description |
---|---|
Appointment |
getAppointment()
Gets the meeting that was accepted, tentatively accepted or declined.
|
MeetingCancellation |
getMeetingCancellation()
Gets the copy of the meeting cancellation message sent by the organizer
to the attendees of a meeting when the meeting is cancelled.
|
MeetingRequest |
getMeetingRequest()
Gets the meeting request that was moved to the Deleted Items folder as a
result of an attendee accepting, tentatively accepting or declining a
meeting request.
|
MeetingResponse |
getMeetingResponse()
Gets the copy of the response that is sent to the organizer of a meeting
when the meeting is accepted, tentatively accepted or declined by an
attendee.
|
public CalendarActionResults(Iterable<Item> items)
items
- the itempublic Appointment getAppointment()
public MeetingRequest getMeetingRequest()
public MeetingResponse getMeetingResponse()
public MeetingCancellation getMeetingCancellation()
Copyright © 2012–2015 Microsoft. All rights reserved.