CalendarActionResults class

Represents the results of an action performed on a calendar item or meeting message, such as accepting, tentatively accepting or declining a meeting request.

Constructors

CalendarActionResults(Iterable<Item> items)
Initializes a new instance of the

Properties

Appointment Appointment?
Gets the meeting that was accepted, tentatively accepted or declined.
no setter
appointment Appointment?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
MeetingCancellation MeetingCancellation?
Gets the copy of the meeting cancellation message sent by the organizer to the attendees of a meeting when the meeting is cancelled.
no setter
meetingCancellation MeetingCancellation?
getter/setter pair
MeetingRequest MeetingRequest?
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. If the meeting request is accepted, tentatively accepted or declined from the Deleted Items folder, it is permanently deleted and MeetingRequest is null.
no setter
meetingRequest MeetingRequest?
getter/setter pair
MeetingResponse MeetingResponse?
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. MeetingResponse is null if the attendee chose not to send a response.
no setter
meetingResponse MeetingResponse?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited