Method enum

The iTIP compatible method.

Compare https://datatracker.ietf.org/doc/html/rfc5546

Inheritance

Constructors

Method()
const

Values

publish → const Method

Applicable for VEvent, VFreeBusy, VTodo, VJournal

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.

Applicable for VEvent, VFreeBusy, VTodo

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

Applicable for VEvent, VTodo, VJournal

cancel → const Method

Applicable for VEvent, VTodo, VJournal

refresh → const Method

Applicable for VEvent, VTodo

counter → const Method

Counter a REQUEST with an alternative proposal.

Sent by an Attendee to the Organizer.

Applicable for VEvent, VTodo

declineCounter → const Method

Decline a counter proposal.

Sent to an Attendee by the Organizer.

Applicable for VEvent, VTodo

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<Method>
A constant List of the values in this enum, in order of their declaration.