Method enum
The iTIP compatible method.
- Inheritance
- Available extensions
Values
- publish → const Method
- request → const Method
-
This is an explicit invitation to one or more Attendees. Clients that cannot handle REQUEST MAY degrade the event to view it as a PUBLISH.
- reply → const Method
-
Event attendees may set their status (PARTSTAT) to ACCEPTED, DECLINED, TENTATIVE, or DELEGATED. Todo attendees MAY set PARTSTAT to ACCEPTED, DECLINED, TENTATIVE, DELEGATED, PARTIAL, and COMPLETED.
Applicable for VEvent, VFreeBusy, VTodo Compare ParticipantStatus
- add → const Method
- cancel → const Method
- refresh → const Method
- counter → const Method
-
Counter a REQUEST with an alternative proposal.
Sent by an Attendee to the Organizer.
- declineCounter → const Method
-
Decline a counter proposal.
Sent to an Attendee by the Organizer.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - name → String
-
Available on Method, provided by the ExtensionMethod extension
no setter - 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